查询任一产品下配额提升申请记录
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListQuotaApplications | 要执行的操作,取值:ListQuotaApplications。 |
Version | String | 是 | 2022-07-01 | API的版本,取值:2022-07-01。 |
ProviderCode | String | 否 | iam | 服务方code |
QuotaCode | String | 否 | policy | 配额code |
QuotaType | String | 否 | normal | 配额类型 |
Status | String | 否 | Degree | 申请状态 |
Dimensions | Array of Object | 否 | [{"Name":"region_code","Value":""}] | 配额维度 |
NextToken | String | 否 | 100 | 分页参数 |
MaxResults | Long | 否 | 10 | 分页参数 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Applications | Array of Object | [{"ID":32429,"DesireValue":105,"ProviderCode":"iam","ProviderName":"访问控制","QuotaCode":"policy","QuotaUnit":"个","ApplicationId":"32429","Reason":"更配","ApproveValue":120,"AuditReason":"","ApplyTime":"2025-04-03T15:34:01+08:00","EffectiveTime":"2025-04-03T15:34:33+08:00","Status":"Agree","Dimensions":[{"Name":"region_code","Value":"cn-beijing","NameCn":"地域","ValueCn":"cn-beijing"}],"QuotaType":"normal"}] | 申请信息 |
NextToken | String | 100 | 分页参数 |
ResultsNum | Integer | 10 | 分页查询数量 |
TotalCount | Integer | 100 | 查询总数 |
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 } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 说明 |
---|---|---|
400 | EntityNotExist | 操作对象不存在 |
500 | ServiceFailure | 服务错误 |