巡检项:查询 请求示例 请求url /v4/monitor/intelligentinspection/queryinspectionitem?inspectionType2 请求头header 无 请求体body 无 响应示例 json { "statusCode":800, "returnObj":{ "inspectionItemList":[ { "productType":"vm", "inspectionType":2, "inspectionItem":4, "inspectionItemName":"云主机磁盘使用预警评估", "level":2, "description":"云主机磁盘空间耗尽风险", "status":true, "inspectionRules":[ { "monitorItem":"diskutil", "period":7, "fun":"max", "operator":"gt", "monitorValue":87.5 } ] } ] }, "errorCode":"", "message":"Success", "msgDesc":"成功" } 状态码 状态码 描述 200 请求成功 错误码 errorCode 描述 其他 参见公共错误码说明