告警规则:查询列表v4.1 请求示例 请求url /v4.1/monitor/queryalarmrules?regionID81f7728662dd11ec810800155d307d5b&alarmStatus2&page1&pageSize1 请求头header 无 请求体body json 响应示例 json { "statusCode": 800, "returnObj": { "alarmRules": [ { "alarmRuleID": "35809ee8223c538e898190943405e866", "alarmStatus": "1", "alarmType": "series", "condition": [ { "evaluationCount": 1, "fun": "last", "metric": "vpngwinbps", "metricCnName": "VPN网关入方向流量速率", "operator": "ge", "period": "", "unit": "bps", "value": "0" } ], "conditionType": 1, "contactGroupList": [ { "groupID": "fe7f0cdc469255168d3ab06355482090", "name": "告警组" } ], "createTime": 1718594934, "desc": "告警规则描述", "dimension": "ipsecvpngwstats", "dimensions": [ ], "name": "告警规则名称", "notifyEnd": "23:59:59", "notifyStart": "00:00:00", "notifyType": [ "email" ], "notifyWeekdays": [ 0, 1, 2, 3, 4, 5, 6 ], "project": "console", "projectID": "0", "recoverNotify": 0, "regionID": "81f7728662dd11ec810800155d307d5b", "repeatTimes": 0, "resGroupID": "", "resources": [ { "resource": [ { "name": "vpngatewayid", "value": "614aa3b0b2324eb68b5a5be0345e8108" }, { "name": "instancename", "value": "vpngatewaya019" } ] } ], "service": "ipsecvpn", "silenceTime": 300, "status": 0, "updateTime": 1718594934, "webhookUrl": [ ] } ] }, "errorCode": "", "message": "Success", "msgDesc": "成功" }