启动一条或者多条事件规则。
注意事项
该接口调用服务方较多,不建议高频调用,否则将触发限流。建议QPS值不大于20。
请求说明
- 请求方式:POST
- 请求地址:https://open.volcengineapi.com?Action=EnableEventRule&Version=2018-01-01
ServiceName : Volc_Observe
Region : cn-beijing
AccessKey : xxx
SecretKey : xxx
调试
API Explorer
您可以通过 API Explorer 在线发起调用,无需关注签名生成过程,快速获取调用结果。
去调试请求参数
Query
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|
Action | String | 是 | EnableEventRule | 接口名称。当前 API 的名称为 EnableEventRule 。 |
Version | String | 是 | 2018-01-01 | 接口版本。当前 API 的版本为 2018-01-01 。 |
Body
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|
RuleId | Array of String | 是 | ["158474******8334720"] | 要启用的规则ID。 |
返回参数
RuleIDsVo
参数 | 类型 | 示例值 | 描述 |
---|
RuleId | Array of String | ["158474******8334720"] | 规则的ID。 |
请求示例
POST https://open.volcengineapi.com?Action=EnableEventRule&Version=2018-01-01
ServiceName: Volc_Observe
Region: cn-beijing
AccessKey: xxx
SecretKey: xxx
{
"RuleId":[
"158474******8334720"
]
}
返回示例
{
"Result": {
"Data": {
"RuleId": [
"158474******8334720"
]
}
},
"ResponseMetadata": {
"Action": "EnableEventRule",
"Region": "cn-beijing",
"Service": "Volc_Observe",
"Version": "2018-01-01",
"RequestId": "20230604110420****100232280022D31"
}
}
错误码
本接口无特有的错误码。更多信息请参见错误码。