Queries the details of a quota increase application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quotas:GetQuotaApplication |
get |
*QuotaApplication
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
No |
The ID of the quota increase application. |
d314d6ae-867d-484c-9009-3d421a80**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
N/A. |
||
| QuotaApplication |
object |
The details of the quota increase application. |
|
| ApplicationId |
string |
The ID of the quota increase application. |
d314d6ae-867d-484c-9009-3d421a80**** |
| ApplyTime |
string |
The time when the application was submitted. |
2021-01-19T09:25:56Z |
| ApproveValue |
number |
The approved quota value. |
10 |
| AuditReason |
string |
The approval comments. |
Agree |
| DesireValue |
integer |
The requested quota value. |
804 |
| Dimension |
object |
The quota dimensions. Format: |
["cn-shanghai","cn-hangzhou"] |
| EffectiveTime |
string |
The time when the new quota takes effect. |
2021-01-19 15:30:00 |
| ExpireTime |
string |
The time when the new quota expires. |
2023-06-29 15:30:00 |
| NoticeType |
integer |
The notification method. Valid values:
|
0 |
| ProductCode |
string |
The abbreviation of the Alibaba Cloud service name. |
ecs |
| QuotaActionCode |
string |
The quota ID. |
q_security-groups |
| QuotaArn |
string |
The Alibaba Cloud Resource Name (ARN) of the quota. |
acs:quotas:cn-hangzhou:120886317861****:quota/ecs/q_security-groups/ |
| QuotaDescription |
string |
The description of the quota. |
The maximum number of security groups that can be owned by the current account. |
| QuotaName |
string |
The name of the quota. |
Maximum Number of Security Groups |
| QuotaUnit |
string |
The unit of the quota. |
AMOUNT |
| Reason |
string |
The reason for the quota increase application. |
Scale Out |
| Status |
string |
The approval status of the application. Valid values:
|
Agree |
| QuotaCategory |
string |
The quota type. Valid values:
|
CommonQuota |
| RequestId |
string |
The request ID. |
7BBD1D37-094C-4485-8B7D-64682F82BC18 |
Examples
Success response
JSON format
{
"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"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | QUOTA.APPLICATION.NOT.FOUND | Quota application does not exist | The quota application does not exist. |
| 400 | RAM.PERMISSION.DENIED | You are not authorized to do this action or the API input parameter is invalid. | You have no access |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.