All Products
Search
Document Center

Quota Center:GetQuotaApplication

Last Updated:Nov 24, 2025

Queries the details of a quota increase application.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

quotas:GetQuotaApplication

get

*QuotaApplication

acs:quotas:{#regionId}:{#accountId}:quota/{#ProductCode}/{#QuotaActionCode}

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: {"regionId":"Region"}.

["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: No notification is sent.

  • 1: An email notification is sent.

  • 2: An SMS notification is sent.

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:

  • Disagree: The application is rejected.

  • Agree: The application is approved.

  • Process: The application is pending approval.

  • Cancel: The application is closed.

Agree

QuotaCategory

string

The quota type. Valid values:

  • CommonQuota: General quota.

  • FlowControl: API rate limit.

  • WhiteListLabel: Privilege.

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.