参数 | 类型 | 位置 | 是否必填 | 描述 |
---|---|---|---|---|
Action | string | Query | 是 | GetProductQuota |
Version | string | Query | 是 | 当前API版本,该接口版本为2022-07-01 |
参数 | 类型 | 位置 | 是否必填 | 描述 |
---|---|---|---|---|
ProviderCode | string | Query | 是 | 服务提供方英文简称 |
QuotaCode | string | Query | 是 | 配额英文简称 |
Dimensions | array | Query/Body | 是 |
|
-Name | string | - | 是 | 目前可选值有region_code、zone_id、charge_type |
-Value | string | - | 是 |
http://open.volcengineapi.com/?Action=GetProductQuota &Version=2022-07-01 &ProviderCode=vePFS &QuotaCode=InstanceCapacity &Dimensions=[{"Name":"region_code","value":"cn-beijing"}]
{ "ResponseMetadata": { "RequestId": "202208041713300102100811350829258E" }, "Result": { "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": "实例容量配额" } } }