查询配额提升申请详情。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
quotas:GetQuotaApplication |
get |
*QuotaApplication
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| ApplicationId |
string |
否 |
配额提升申请 ID。 |
d314d6ae-867d-484c-9009-3d421a80**** |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
无。 |
||
| QuotaApplication |
object |
配额提升申请详情。 |
|
| ApplicationId |
string |
配额提升申请 ID。 |
d314d6ae-867d-484c-9009-3d421a80**** |
| ApplyTime |
string |
配额提升申请时间。 |
2021-01-19T09:25:56Z |
| ApproveValue |
number |
配额审批额度。 |
10 |
| AuditReason |
string |
配额提升申请审批意见。 |
Agree |
| DesireValue |
integer |
配额提升申请值。 |
804 |
| Dimension |
object |
配额维度。 格式: |
["cn-shanghai","cn-hangzhou"] |
| EffectiveTime |
string |
配额生效时间。 |
2021-01-19 15:30:00 |
| ExpireTime |
string |
配额过期时间。 |
2023-06-29 15:30:00 |
| NoticeType |
integer |
通知类型。取值:
|
0 |
| ProductCode |
string |
云服务名称缩写。 |
ecs |
| QuotaActionCode |
string |
配额 ID。 |
q_security-groups |
| QuotaArn |
string |
配额 ARN。 |
acs:quotas:cn-hangzhou:120886317861****:quota/ecs/q_security-groups/ |
| QuotaDescription |
string |
配额描述。 |
The maximum number of security groups that can be owned by the current account. |
| QuotaName |
string |
配额名称。 |
Maximum Number of Security Groups |
| QuotaUnit |
string |
配额单位。 |
AMOUNT |
| Reason |
string |
配额提升申请原因。 |
Scale Out |
| Status |
string |
配额提升申请的审批状态。取值:
|
Agree |
| QuotaCategory |
string |
配额种类。取值:
|
CommonQuota |
| RequestId |
string |
请求 ID。 |
7BBD1D37-094C-4485-8B7D-64682F82BC18 |
示例
正常返回示例
JSON格式
{
"QuotaApplication": {
"ApplicationId": "d314d6ae-867d-484c-9009-3d421a80****",
"ApplyTime": "2021-01-19T09:25:56Z",
"ApproveValue": 10,
"AuditReason": "Agree",
"DesireValue": 804,
"Dimension": [
"cn-shanghai",
"cn-hangzhou"
],
"EffectiveTime": "2021-01-19 15:30:00",
"ExpireTime": "2023-06-29 15:30:00",
"NoticeType": 0,
"ProductCode": "ecs",
"QuotaActionCode": "q_security-groups",
"QuotaArn": "acs:quotas:cn-hangzhou:120886317861****:quota/ecs/q_security-groups/",
"QuotaDescription": "The maximum number of security groups that can be owned by the current account.",
"QuotaName": "Maximum Number of Security Groups",
"QuotaUnit": "AMOUNT",
"Reason": "Scale Out",
"Status": "Agree",
"QuotaCategory": "CommonQuota"
},
"RequestId": "7BBD1D37-094C-4485-8B7D-64682F82BC18"
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | QUOTA.APPLICATION.NOT.FOUND | Quota application does not exist | 配额申请不存在。 |
| 400 | RAM.PERMISSION.DENIED | You are not authorized to do this action or the API input parameter is invalid. | 没有权限或者参数非法 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。