Queries the details about a specified application that is submitted to increase a quota.
Operation Description
In this example, the operation is called to query the details about an application whose ID is d314d6ae-867d-484c-9009-3d421a80****
. The query result shows the details about the application. The details include the application ID, application time, expected quota value, and application result.
debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ApplicationId | string | No | The ID of the application. | d314d6ae-867d-484c-9009-3d421a80**** |
For more information about common request parameters, see Common parameters.
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "7BBD1D37-094C-4485-8B7D-64682F82BC18",
"QuotaApplication": {
"Status": "Agree",
"DesireValue": 804,
"QuotaActionCode": "q_security-groups",
"QuotaName": "Maximum Number of Security Groups\n",
"ApplicationId": "d314d6ae-867d-484c-9009-3d421a80****",
"Reason": "Scale Out\n",
"AuditReason": "Agree\n",
"QuotaDescription": "The maximum number of security groups that can be owned by the current account\n",
"ProductCode": "ecs",
"QuotaArn": "acs:quotas:cn-hangzhou:120886317861****:quota/ecs/q_security-groups/",
"ApplyTime": "2021-01-19T09:25:56Z",
"ApproveValue": 10,
"Dimension": [
"cn-shanghai",
"cn-hangzhou"
],
"NoticeType": 0,
"EffectiveTime": "2021-01-19 15:30:00",
"ExpireTime": "2023-06-29 15:30:00",
"QuotaUnit": "Count\n"
}
}
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. | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||
---|---|---|---|---|---|---|---|---|
2023-09-22 | API Description Update,The error codes of the API operation change. | see changesets | ||||||
| ||||||||
2023-09-04 | The error codes of the API operation change. | see changesets | ||||||
|