参数 | 类型 | 位置 | 是否必填 | 描述 |
---|---|---|---|---|
Action | string | Query | 是 | ListProductQuotas |
Version | string | Query | 是 | 当前API版本,该接口版本为2022-07-01 |
MaxResults | integer | Query | 否 | 本次查询的最大记录条数。 |
NextToken | string | Query | 否 | 标记开始查询数据的位置,置空时从头开始 |
参数 | 类型 | 位置 | 是否必填 | 描述 |
---|---|---|---|---|
ProviderCode | string | Query | 是 | 服务提供方英文简称 |
QuotaCode | string | Query | 否 | 配额英文简称 |
QuotaType | string | Query | 否 | normal/spec |
Dimensions | array | Body | 否 |
|
-Name | string | - | 否 | 目前可选值有region_code、zone_id、charge_type |
-Value | string | - | 否 |
http://open.volcengineapi.com/?Action=ListProductQuotas &Version=2022-07-01 &ProviderCode=vePFS &QuotaCode=InstanceCapacity &QuotaType
{ "ResponseMetadata": { "RequestId": "20220804172505010212172040092B9D3C" }, "Result": { "NextToken": "", "Quotas": [ { "ProviderCode": "vePFS", "QuotaCode": "InstanceCapacity", "QuotaType": "normal", "TotalUsage": { "Value": 0, "Unit": "TiB" }, "TotalQuota": 200, "Trn": "trn:quota:cn-beijing::::vepfs/InstanceCapacity", "Dimensions": [ { "Name": "region_code", "Value": "cn-beijing", "NameCn": "地域", "ValueCn": "cn-beijing" } ], "ApplicableType": "continuous", "ApplicableValue": "0,10000", "Description": "实例容量配额" }, { "ProviderCode": "vePFS", "QuotaCode": "InstanceCapacity", "QuotaType": "normal", "TotalUsage": { "Value": 0, "Unit": "TiB" }, "TotalQuota": 200, "Trn": "trn:quota:cn-guangzhou::::vepfs/InstanceCapacity", "Dimensions": [ { "Name": "region_code", "Value": "cn-guangzhou", "NameCn": "地域", "ValueCn": "cn-guangzhou" } ], "ApplicableType": "continuous", "ApplicableValue": "0,10000", "Description": "实例容量配额" }, { "ProviderCode": "vePFS", "QuotaCode": "InstanceCapacity", "QuotaType": "normal", "TotalUsage": { "Value": 0, "Unit": "TiB" }, "TotalQuota": 200, "Trn": "trn:quota:cn-nantong::::vepfs/InstanceCapacity", "Dimensions": [ { "Name": "region_code", "Value": "cn-nantong", "NameCn": "地域", "ValueCn": "cn-nantong" } ], "ApplicableType": "continuous", "ApplicableValue": "0,10000", "Description": "实例容量配额" }, { "ProviderCode": "vePFS", "QuotaCode": "InstanceCapacity", "QuotaType": "normal", "TotalUsage": { "Value": 0, "Unit": "TiB" }, "TotalQuota": 200, "Trn": "trn:quota:cn-shanghai::::vepfs/InstanceCapacity", "Dimensions": [ { "Name": "region_code", "Value": "cn-shanghai", "NameCn": "地域", "ValueCn": "cn-shanghai" } ], "ApplicableType": "continuous", "ApplicableValue": "0,10000", "Description": "实例容量配额" } ], "ResultsNum": 4, "TotalCount": 4 } }