参数 | 类型 | 位置 | 是否必填 | 描述 |
---|---|---|---|---|
Action | string | Query | 是 | CreateAlarmRule |
Version | string | Query | 是 | 2022-07-01 |
参数 | 类型 | 位置 | 是否必填 | 描述 |
---|---|---|---|---|
ProviderCode | string | Body | 是 | 产品提供方 |
ProductName | string | Body | 否 | 产品名称 |
QuotaCode | string | Body | 是 | 配额名称 |
QuotaType | string | Body | 是 | 配额类型,取值
|
Description | string | Body | 否 | 告警策略描述 |
Dimensions | string | Body | 否 | 配额维度
|
RuleName | string | Body | 是 | 告警策略名 |
Statistics | string | Body | 否 | 统计方式,默认取值avg:平均值统计 |
AlarmType | string | Body | 是 | 告警类型,取值:
|
Threshold | string | Body | 是 | 告警阈值 |
MetricUnit | string | Body | 是 | 阈值类型,取值:
|
SilenceTime | int | Body | 否 | 告警静默时间,默认60min,取值15/60/1440min |
EnableState | String | Body | 否 | 开启状态,默认开启,取值:
|
http://open.volcengineapi.com/?Version=2022-07-01&Action=CreateAlarmRule &ProviderCode=platformServices &QuotaCode=quota_alarm &RuleName=策略名 &Statistics=avg &AlarmType=usage &Threshold=35 &MetricUnit=Count &SilenceTime=60 &ProductName=服务名 &QuotaType=normal &Descripon=策略描述 &Dimensions=[{"Name":"region_code","Value":"quota-test"}] &EnableState=enable
{ "ResponseMetadata": { "RequestId": "20221222112731819ED9E34DA83CBE7676" }, "Result": { "RuleID": "1605766959574548480" } }