请求参数
接口参数
参数 | 类型 | 位置 | 是否必填 | 描述 |
---|
Action | string | Query | 是 | GetQuotaApplication |
Version | string | Query | 是 | 当前API版本,该接口版本为2022-07-01 |
业务变量参数
参数 | 类型 | 位置 | 是否必填 | 描述 |
---|
ApplicationID | integer | Query | 是 | 更配申请的ID编号 |
请求示例
http://open.volcengineapi.com/?Action=GetQuotaApplication
&Version=2022-07-01
&ApplicationID=237
返回示例
{
"ResponseMetadata": {
"RequestId": "202208041848170102100250440724FF58"
},
"Result": {
"Application": {
"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"
}
}
}