All Products
Search
Document Center

Quota Center:GetQuotaApplication

Last Updated:Oct 12, 2023

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

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

debugging

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ApplicationIdstringNo

The ID of the application.

d314d6ae-867d-484c-9009-3d421a80****

For more information about common request parameters, see Common parameters.

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The ID of the request.

7BBD1D37-094C-4485-8B7D-64682F82BC18
QuotaApplicationobject

The details about the application.

Statusstring

The status of the application. Valid values:

  • Disagree: The application is rejected.
  • Agree: The application is approved.
  • Process: The application is being reviewed.
  • Cancel: The application is closed.
Agree
DesireValueinteger

The expected value of the quota.

804
QuotaActionCodestring

The ID of the quota.

q_security-groups
QuotaNamestring

The name of the quota.

Maximum Number of Security Groups
ApplicationIdstring

The ID of the application.

d314d6ae-867d-484c-9009-3d421a80****
Reasonstring

The reason for the application.

Scale Out
AuditReasonstring

The result of the application.

Agree
QuotaDescriptionstring

The description of the quota.

The maximum number of security groups that can be owned by the current account
ProductCodestring

The abbreviation of the Alibaba Cloud service name.

ecs
QuotaArnstring

The Alibaba Cloud Resource Name (ARN) of the quota.

acs:quotas:cn-hangzhou:120886317861****:quota/ecs/q_security-groups/
ApplyTimestring

The time when the application was submitted.

2021-01-19T09:25:56Z
ApproveValuefloat

The approved quota value.

10
Dimensionobject

The dimension.

Format: {"regionId":"Region"}.

["cn-shanghai","cn-hangzhou"]
NoticeTypelong

The method of that is used to send alert notifications. Valid values:

  • 0: Quota Center does not send a notification.
  • 1: Quota Center sends an email notification.
  • 2: Quota Center sends an SMS notification.
0
EffectiveTimestring

The time when the new quota value takes effect.

2021-01-19 15:30:00
ExpireTimestring

The time when the new quota expires.

2023-06-29 15:30:00
QuotaUnitstring

The unit of the new quota value.

Count

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError messageDescription
400QUOTA.APPLICATION.NOT.FOUNDQuota application does not existThe quota application does not exist.
400RAM.PERMISSION.DENIEDYou 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 timeSummary of changesOperation
2023-09-22API Description Update,The error codes of the API operation change.see changesets
Change itemChange content
API DescriptionAPI Description Update
Error CodesThe error codes of the API operation change.
    Error Codes 400 change
2023-09-04The error codes of the API operation change.see changesets
Change itemChange content
Error CodesThe error codes of the API operation change.
    Error Codes 400 change