一键告警:产品列表 请求示例 请求url /v4/monitor/alertonekey/describeservices?regionID81f7728662dd11ec810800155d307d5b 请求头header 无 请求体body 无 响应示例 json { "statusCode": 800, "returnObj": { "allServiceSeriesInitRules": [ { "service": "ecs", "alertInitConfigList": [ { "dimension": "ecs", "name": "【一键告警】cpu使用率", "metric": "cpuutil", "evaluationCount": 5, "operator": "gt", "value": "90", "unit": "" }, { "dimension": "ecs", "name": "【一键告警】(Agent)发送丢包率", "metric": "networkoutingdroprateinband", "evaluationCount": 5, "operator": "gt", "value": "0", "unit": "" } ] }, { "service": "evs", "alertInitConfigList": [ { "dimension": "disk", "name": "【一键告警】磁盘读请求速率", "metric": "diskreadrequestsrate", "evaluationCount": 5, "operator": "gt", "value": "3000", "unit": "" }, { "dimension": "disk", "name": "【一键告警】平均写操作耗时", "metric": "diskwriteawait", "evaluationCount": 5, "operator": "gt", "value": "50", "unit": "" } ] }, { "service": "cstorsfs", "alertInitConfigList": [ { "dimension": "cstorsfs", "name": "【一键告警】文件系统容量使用率", "metric": "fscapacityutilization", "evaluationCount": 5, "operator": "gt", "value": "80", "unit": "%" }, { "dimension": "cstorsfs", "name": "【一键告警】文件系统容量使用率", "metric": "fscapacityutilization", "evaluationCount": 5, "operator": "gt", "value": "98", "unit": "%" } ] } ], "allServiceEventInitRules": [ { "service": "ecs", "alertInitConfigList": [ { "dimension": "ecs", "name": "云主机HA迁移发生", "metric": "migrationeventstart", "evaluationCount": 0, "unit": "" }, { "dimension": "ecs", "name": "云主机HA迁移完成", "metric": "migrationeventcomplete", "evaluationCount": 0, "unit": "" } ] } ], "EnablingServices": { "series": [ "ecs" ], "event": [ "ecs" ] } }, "errorCode": "", "message": "Success", "msgDesc": "成功" }