You need to enable JavaScript to run this app.
导航
ListQuotaApplications - 查询任一产品下配额提升申请记录
最近更新时间:2025.05.13 16:50:39首次发布时间:2022.09.21 12:00:27
我的收藏
有用
有用
无用
无用

查询任一产品下配额提升申请记录

调试

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
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

%v[%v] not exist

操作对象不存在

500
ServiceFailure

The request processing has failed because of an unknown error.

服务错误