All Products
Search
Document Center

Quota Center:ListQuotaApplications

Last Updated:Sep 19, 2025

Queries a list of applications for quota increases.

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:ListQuotaApplications

get

*All Resource

*

None

None

Request parameters

Parameter

Type

Required

Description

Example

NextToken

string

No

The token that specifies the start of the query. Leave this parameter empty to start from the beginning.

1

MaxResults

integer

No

The maximum number of records to return for the query.

Valid values: 1 to 200. Default value: 30.

1

ProductCode

string

No

The abbreviation of the Alibaba Cloud service name.

csk

QuotaActionCode

string

No

The quota ID.

q_i5uzm3

Status

string

No

The approval status of the quota increase application. Valid values:

  • Disagree: The application is denied.

  • Agree: The application is approved.

  • Process: The application is in review.

  • Cancel: The application is closed.

Agree

KeyWord

string

No

The keyword used to search for the quota increase application.

Cluster

Dimensions

array<object>

No

The quota dimensions. A quota dimension is an attribute of a quota. The combination of Dimensions and QuotaActionCode uniquely identifies a quota.

Note

This parameter is required for some Alibaba Cloud services. To query the supported quota dimensions, call the ListProductQuotaDimensions operation. The Requisite parameter in the response indicates whether a dimension is required.

object

No

The quota dimension.

Key

string

No

The key of the quota dimension.

Note

Specify Dimensions.N.Key and Dimensions.N.Value at the same time. The value of N depends on the number of dimensions that the Alibaba Cloud service supports. To query the supported dimensions, call the ListProductQuotaDimensions operation. The value of N is the number of elements in the returned array.

regionId

Value

string

No

The value of the quota dimension.

Note

Specify Dimensions.N.Key and Dimensions.N.Value at the same time. The value of N depends on the number of dimensions that the Alibaba Cloud service supports. To query the supported dimensions, call the ListProductQuotaDimensions operation. The value of N is the number of elements in the returned array.

cn-hangzhou

QuotaCategory

string

No

The category of the quota. Valid values:

  • CommonQuota: general quota.

  • FlowControl: API rate limit.

  • WhiteListLabel: privilege quota.

CommonQuota

Response elements

Element

Type

Description

Example

object

The response parameters.

MaxResults

integer

The maximum number of records returned for the query.

1

NextToken

string

The token that marks the position of the returned data. An empty value indicates that all data is returned.

1

QuotaApplications

array<object>

The details of the quota increase applications.

object

The details of the quota increase application.

ApplicationId

string

The ID of the quota increase application.

b926571d-cc09-4711-b547-58a615f0****

ApplyTime

string

The time when the application was submitted.

2021-01-15T09:13:53Z

ApproveValue

number

The approved quota value.

101

AuditReason

string

The approval comment for the application.

Agree

Comment

string

The remarks of the application.

test

DesireValue

number

The requested quota value.

101

Dimension

object

The dimensions of the quota.

{"regionId":"cn-hangzhou"}

EffectiveTime

string

The time when the new quota takes effect.

2021-01-15T11:46:25Z

ExpireTime

string

The time when the new quota expires.

2021-01-17T11:46:25Z

NoticeType

integer

Indicates whether a notification is sent for the application result. Valid values:

  • 0: No.

  • 3: Yes.

3

Period

object

The calculation period of the quota.

PeriodUnit

string

The unit of the calculation period. Valid values:

  • second

  • minute

  • hour

  • day

  • week

second

PeriodValue

integer

The value of the calculation period.

1

ProductCode

string

The abbreviation of the Alibaba Cloud service name.

csk

QuotaActionCode

string

The quota ID.

q_i5uzm3

QuotaArn

string

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

acs:quotas:*:120886317861****:quota/csk/q_i5uzm3

QuotaCategory

string

The category of the quota. Valid values:

  • CommonQuota (default): general quota.

  • WhiteListLabel: privilege quota.

  • FlowControl: API rate limit.

CommonQuota

QuotaDescription

string

The description of the quota.

The maximum number of nodes in a cluster.

QuotaName

string

The name of the quota.

Maximum Number of Nodes

QuotaUnit

string

The unit of the quota.

Node

Reason

string

The reason for the application.

Business expansion

Status

string

The approval status of the application. Valid values:

  • Disagree: The application is denied.

  • Agree: The application is approved.

  • Process: The application is in review.

  • Cancel: The application is closed.

Agree

RequestId

string

The request ID.

730925FB-0BD0-40AC-AF3A-A6C6E9716879

TotalCount

integer

The total number of applications.

1

Examples

Success response

JSON format

{
  "MaxResults": 1,
  "NextToken": "1",
  "QuotaApplications": [
    {
      "ApplicationId": "b926571d-cc09-4711-b547-58a615f0****",
      "ApplyTime": "2021-01-15T09:13:53Z",
      "ApproveValue": 101,
      "AuditReason": "Agree",
      "Comment": "test",
      "DesireValue": 101,
      "Dimension": {
        "regionId": "cn-hangzhou"
      },
      "EffectiveTime": "2021-01-15T11:46:25Z",
      "ExpireTime": "2021-01-17T11:46:25Z",
      "NoticeType": 3,
      "Period": {
        "PeriodUnit": "second",
        "PeriodValue": 1
      },
      "ProductCode": "csk",
      "QuotaActionCode": "q_i5uzm3",
      "QuotaArn": "acs:quotas:*:120886317861****:quota/csk/q_i5uzm3",
      "QuotaCategory": "CommonQuota",
      "QuotaDescription": "The maximum number of nodes in a cluster.",
      "QuotaName": "Maximum Number of Nodes",
      "QuotaUnit": "Node",
      "Reason": "Business expansion",
      "Status": "Agree"
    }
  ],
  "RequestId": "730925FB-0BD0-40AC-AF3A-A6C6E9716879",
  "TotalCount": 1
}

Error codes

HTTP status code

Error code

Error message

Description

400

InvalidStatus

Invalid Status

The specified Status parameter is invalid.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.