参数 | 类型 | 位置 | 是否必填 | 描述 |
---|---|---|---|---|
Action | string | Query | 是 | ListQuotaApplicationTemplates |
Version | string | Query | 是 | 2022-07-01 |
参数 | 类型 | 位置 | 是否必填 | 描述 |
---|---|---|---|---|
ProviderCode | string | Body | 否 | 产品提供方 |
QuotaCode | string | Body | 否 | 配额名称 |
Dimensions | array | Body | 否 | 配额维度
|
QuotaType | string | Body | 是 | 配额类型,取值
|
NextToken | string | Body | 否 | 分页参数 |
MaxResults | int | Body | 否 | 最多一次返回数量,默认10 |
http://open.volcengineapi.com/?Version=2022-07-01&Action=ListQuotaApplicationTemplates &ProviderCode=platformServices &QuotaCode=quota_alarm &Dimensions=[{"Name":"region_code", "Value":"region-test"}] &MaxResults=2
{ "ResponseMetadata": { "RequestId": "202301031950101C162E4C972BD0B0A73C" }, "Result": { "AccountID": 2100000000, "ProviderCode": "platformServices", "QuotaCode": "quota_alarm", "Dimensions": [ { "Name": "region_code", "Value": "quota-test" } ] } }