画布:资源列表查询 枚举参数 无 请求示例 请求url /v4/monitor/canvas/queryresourcelist 请求头header 无 请求体body { "dimension":"gateway", "regionID":"81f7728662dd11ec810800155d307d5b", "pageNo":1, "pageSize":10, "enumFilter":[ { "key":"gatewayStatus", "value":"running" } ], "searchFilter":[ { "key":"searchName", "value":"cloud", "type":"general", "isPrecise":false } ] } 响应示例 { "statusCode": 800, "returnObj": { "items": [ { "monitorDimensions": [ { "key": "uuid", "data": [ { "value": "267e6c62174311ef94a4f479609929b9", "desc": "cloud6zhongyuchenggongle" } ] } ], "display": [ { "key": "gatewayName", "value": "cloud6zhongyuchenggongle", "description": "名称" }, { "key": "projectID", "value": "0", "description": "企业项目" }, { "key": "gatewayStatus", "value": "运行中", "description": "网关状态" }, { "key": "gatewayIP", "value": "192.168.0.73", "description": "网关IP" }, { "key": "endpointServiceID", "value": "", "description": "VPCE服务ID" } ], "details": { "endpointServiceID": "", "gatewayID": "267e6c62174311ef94a4f479609929b9", "gatewayIP": "192.168.0.73", "gatewayName": "cloud6zhongyuchenggongle", "gatewayPosition": "ctyun", "gatewaySpec": "standard", "gatewayStatus": "running", "gatewayType": "filegw", "projectID": "0", "regionID": "81f7728662dd11ec810800155d307d5b" }, "baseInfo": { "instanceID": "267e6c62174311ef94a4f479609929b9", "instanceName": "cloud6zhongyuchenggongle" }, "childInfo": [ { "childKey": "cache", "childDimension": "gatewaychildcache", "childRequestInfo": [ { "key": "gatewayID", "value": "267e6c62174311ef94a4f479609929b9" } ] } ] } ], "totalCount": 1, "totalPage": 1, "currentCount": 1, "pageSizeUpper": 50, "pageSupport": true, "enumFilter": [ { "key": "gatewayStatus", "desc": "状态", "enumValues": [ { "key": "deploying", "desc": "部署中" }, { "key": "running", "desc": "运行中" }, { "key": "deleting", "desc": "删除中" }, { "key": "frozen", "desc": "已过期" } ] } ], "searchFilter": [ { "key": "searchName", "desc": "请输入名称" } ], "tableHeaders": [ { "key": "gatewayName", "description": "名称" }, { "key": "projectID", "description": "企业项目" }, { "key": "gatewayStatus", "description": "网关状态" }, { "key": "gatewayIP", "description": "网关IP" }, { "key": "endpointServiceID", "description": "VPCE服务ID" } ] }, "errorCode": "", "message": "Success", "msgDesc": "成功" }