启用、停用告警策略。
ServiceName : Volc_Observe Region : cn-beijing AccessKey : xxx SecretKey : xxx
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | SetStateOfRulesByIds | 接口名称。当前 API 的名称为 SetStateOfRulesByIds 。 |
Version | String | 是 | 2018-01-01 | 接口版本。当前 API 的版本为 2018-01-01 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Ids | Array of String | 是 |
| 要停用或待启用的告警策略ID。 |
State | String | 是 |
| 告警策略的设置状态。
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Data | Array of String | [] | 返回的数据内容,空占位符。 |
POST https://open.volcengineapi.com?Action=SetStateOfRulesByIds&Version=2018-01-01 ServiceName: Volc_Observe Region: cn-beijing AccessKey: xxx SecretKey: xxx { "Ids": ["155435238945******"], "State": "enable" }
{ "ResponseMetadata": { "RequestId": "", "Action": "SetStateOfRulesByIds", "Version": "2018-01-01", "Service": "", "Region": "" }, "Result": { "Data": [] } }
本接口无特有的错误码。更多信息请参见错误码。