接口根据告警策略ID查询告警策略。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListRulesByIds | 接口名称。当前 API 的名称为 ListRulesByIds 。 |
Version | String | 是 | 2018-01-01 | 接口版本。当前 API 的版本为 2018-01-01 。 |
Ids | Array of String | 是 | ["1502121719593******"] | 告警策略 ID。 |
POST https://open.volcengineapi.com?Action=ListRulesByIds&Version=2018-01-01 Content-Type: application/json { "Ids": [ "1502121719593******" ] }
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Data | Array of RuleVO | - | 告警策略详情。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Id | String | 1502121719593****** | 告警策略 ID。 |
RuleName | String | alarm_rule_demo | 告警策略名称。 |
Description | String | 这是一个告警策略样例 | 告警策略描述信息。 |
Namespace | String | VCM_VKE | 监控指标所属的产品空间。参见 云产品监控指标 下各产品的 Namespace。 |
SubNamespace | String | Cluster | 监控指标所属的维度。参见 云产品监控指标 下各产品的 SubNamespace。 |
CreatedAt | String | 1659421463 | 告警策略创建时间,时间戳形式。 |
UpdatedAt | String | 1659529768 | 告警策略最后更新时间,时间戳形式。 |
ContactGroupIds | Array of String | ["148357472501******"] | 告警策略绑定的告警通知组 ID。
|
AlertMethods | Array of String | ["Email"] | 告警通知方式。
|
WebHook | String | http://alert.volc.com/callback | 告警回调 URL 地址。 |
AlertState | String | normal | 告警状态。
|
Level | String | critical | 告警级别。
|
Conditions | Array of RuleCondition | - | 告警条件。数组形式,支持填写多个指标判断语句,最多 10 个。 |
OriginalDimensions | JSON Map | - | 告警策略检测的资源 ID。 |
EffectStartAt | String | 00:00 | 告警策略生效的开始时间,格式为HH:MM ,例如:00:00。 |
EffectEndAt | String | 23:59 | 告警策略生效的截止时间,格式为 说明
|
EnableState | String | enable | 告警策略的开启状态。
|
Regions | Array of String | ["cn-beijing,cn-shanghai"] | 云产品所属可用区 ID。
|
EvaluationCount | Integer | 5 | 触发告警需要持续的周期。单位为分钟。 |
SilenceTime | Integer | 5 | 告警发送周期。单位为分钟。支持配置为 5、30、60、180、360、720、1440。 |
MultipleConditions | Boolean | false | 告警策略是否用多指标。
|
ConditionOperator | String | && | 多指标判定条件。
|
RecoveryNotify | Object of RecoveryNotify | - | 告警恢复通知。 |
NotifyMode | String | rule | 告警发送聚合策略。
|
NoData | Object of NoData | - | 无数据告警。 |
WebhookIds | Array of String | - | 告警发生时告警回调 ID 列表。 |
RuleType | String | static | 告警对象选择方式。
|
ObjectGroupId | String | group1 | 告警策略关联的对象分组。 |
AlertTemplateName | String | template | 告警策略关联的告警模版名称。 |
DimensionConditions | Object of DimensionConditions | - | Dimension 配置。 |
ProjectName | String | default | 告警策略所属项目。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
MetricName | String | Instance_CpuBusy | 监控指标的名称。详情请参见 云产品监控指标 下各产品的 MetricName。 |
Statistics | String | avg | 统计方法。支持 avg、max、min。 |
ComparisonOperator | String | > | 比较符号。支持普通阈值告警: >、>=、<、<=、!=、= ,以及以下同环比告警:
|
Threshold | String | 100 | 指标阈值。
|
MetricUnit | String | Percent | 指标单位。详情请参见 云产品监控指标 下各产品的 MetricUnit。 说明
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
key | String | ResourceID | 指标 Dimension 名称,例如ResourceID 、NodeName 等。 |
value | Array of String | ["i-ybw74rtkvd9z6f******", "i-ybvwojvnep9z6g******"] | 指标 Dimension 值,数组形式。支持通过* 通配符选择全部实例。例如:["*"]。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Enable | Boolean | true | 是否开启告警恢复通知。取值:
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Enable | Boolean | true | 是否开启无数据告警。取值:
|
EvaluationCount | Integer | 10 | 无数据告警触发阈值,如果在配置的阈值周期内检测无数据上报,则会触发无数据告警。
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Type | String | meta | Dimensions 类型。取值:
|
TagCondition | Object of TagCondition | - | 根据标签选择告警对象的条件。当Type 为tag 时必填。 |
MetaCondition | Object of MetaCondition | - | 根据资源名称选择告警对象的条件。当Type 为meta 时必填。 |
ProjectCondition | Object of ProjectCondition | - | 根据项目选择告警对象的条件。当Type 为project 时必填。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Tags | Array of KVComparator | - | 标签列表。
|
Condition | String | and | 判断条件。
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Metas | Array of MetaKVComparator | - | 资源列表。
|
Condition | String | or | 判断条件。
|
AllDimensions | Boolean | true | 是否为全量资源。
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Projects | Array of String | ["testDefault1", "testDefault2"] | 项目名称列表。数组形式。多个值之间使用英文半角逗号, 分割。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Key | String | testKey | 标签的键(Key)。 |
Values | Array of String | ["testValues", "testValues2"] | 标签的值(Value)。
|
Comparator | String | equal | 标签匹配时的比较符。
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Key | String | ResourceName | 资源名称。目前仅支持配置为ResourceName 。 |
Values | Array of String | ["testResource1", "testResource2"] | 资源的 Values。
|
Comparator | String | equal | 资源匹配时的比较符。
|
TagKey | String | test | 告警分组执行的实际 key,例如在告警屏蔽中,使用该 key 和 alertGroup 里的tag.key 进行匹配。 |
{ "ResponseMetadata": { "Action": "ListRulesByIds", "Region": "cn-beijing", "Service": "Volc_Observe", "Version": "2018-01-01", "RequestId": "20230604110420****100232280022D31" }, "Result": { "Data": [ { "Id": "1502121719593******", "Level": "critical", "NoData": { "Enable": true, "EvaluationCount": 10 }, "Regions": [ "cn-beijing,cn-shanghai" ], "WebHook": "http://alert.volc.com/callback", "RuleName": "vketest", "RuleType": "static", "CreatedAt": "1659421463", "Namespace": "VCM_VKE", "UpdatedAt": "1659529768", "AlertState": "normal", "Conditions": [ { "Threshold": "100", "MetricName": "Instance_CpuBusy", "MetricUnit": "Percent", "Statistics": "avg", "ComparisonOperator": ">" } ], "NotifyMode": "rule", "WebhookIds": [ "" ], "Description": "测试告警", "EffectEndAt": "23:59", "EnableState": "enable", "ProjectName": "default", "SilenceTime": 5, "AlertMethods": [ "Email" ], "SubNamespace": "Cluster", "EffectStartAt": "00:00", "ObjectGroupId": "group1", "RecoveryNotify": { "Enable": true }, "ContactGroupIds": [ "148357472501******" ], "EvaluationCount": 5, "AlertTemplateName": "template", "ConditionOperator": "&&", "MultipleConditions": true, "DimensionConditions": { "Type": "meta", "TagCondition": { "Tags": [ { "Key": "testKey", "Values": [ "testValues", "testValues2" ], "Comparator": "equal" } ], "Condition": "and" }, "MetaCondition": { "Metas": [ { "Key": "ResourceName", "TagKey": "test", "Values": [ "testResource1", "testResource2" ], "Comparator": "equal" } ], "Condition": "or", "AllDimensions": true }, "ProjectCondition": { "Projects": [ "testDefault1", "testDefault2" ] } } } ] } }