参数 | 类型 | 位置 | 是否必填 | 描述 |
---|---|---|---|---|
Action | string | Query | 是 | ListQuotaApplications |
Version | string | Query | 是 | 当前API版本,该接口版本为2022-07-01 |
MaxRsults | integer | Query | 否 | 本次查询的最大记录条数。 |
NextToken | string | Query | 否 | 标记开始查询数据的位置,置空时从头开始 |
参数 | 类型 | 位置 | 是否必填 | 描述 |
---|---|---|---|---|
ProviderCode | string | Query | 否 | 服务提供方英文简称 |
QuotaCode | string | Query | 否 | 配额英文简称 |
QuotaType | string | Query | 否 | normal/spec |
Status | string | Query | 否 | ToAgree, Agree, Disagree, Process |
Dimensions | array | Query/Body | 否 |
|
-Name | string | - | 否 | 目前可选值有region_code、zone_id、charge_type |
-Value | string | - | 否 |
http://open.volcengineapi.com/?Action=ListQuotaApplications &Version=2022-07-01
{ "ResponseMetadata": { "RequestId": "202208041847490102100250440724FEDC" }, "Result": { "Applications": [ { "ID": 237, "DesireValue": 5, "ProviderCode": "RocketMQ", "ProviderName": "消息队列 RocketMQ版", "QuotaCode": "StorageSum", "QuotaUnit": "GiB", "ApplicationId": "237", "Reason": "生产所需", "ApproveValue": 0, "AuditReason": "", "ApplyTime": "2022-08-04T18:46:45+08:00", "EffectiveTime": "2022-08-04T18:46:45+08:00", "Status": "ToAgree", "Dimensions": [ { "Name": "region_code", "Value": "cn-beijing", "NameCn": "地域", "ValueCn": "cn-beijing" } ], "QuotaType": "normal" }, { "ID": 236, "DesireValue": 5, "ProviderCode": "vePFS", "ProviderName": "文件存储 vePFS", "QuotaCode": "InstanceCapacity", "QuotaUnit": "TiB", "ApplicationId": "236", "Reason": "", "ApproveValue": 0, "AuditReason": "", "ApplyTime": "2022-08-04T17:34:21+08:00", "EffectiveTime": "2022-08-04T17:34:21+08:00", "Status": "ToAgree", "Dimensions": [ { "Name": "region_code", "Value": "cn-beijing", "NameCn": "地域", "ValueCn": "cn-beijing" } ], "QuotaType": "normal" } ], "NextToken": "", "ResultsNum": 2, "TotalCount": 2 } }