All Products
Search
Document Center

Quota Center:ListQuotaApplicationsDetailForTemplate

Last Updated:Sep 18, 2025

Queries the details of quota increase applications for a member in a resource directory.

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

list

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

AliyunUid

string

No

The Alibaba Cloud account for which the quota increase is requested.

135048337611****

ProductCode

string

No

The abbreviation of the Alibaba Cloud service name.

Note

For more information about how to obtain the abbreviation of an Alibaba Cloud service name, see the ProductCode parameter in ListProducts.

ecs

QuotaActionCode

string

No

The quota ID.

ecs.c5.large

Status

string

No

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

  • Disagree: The request is rejected.

  • Agree: The request is approved.

  • Process: The request is in review.

  • Cancel: The request is closed.

Agree

BatchQuotaApplicationId

string

No

The ID of the quota application batch.

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

QuotaCategory

string

No

The quota type. Valid values:

  • CommonQuota: General quota.

  • FlowControl: API rate limit quota.

  • WhiteListLabel: Privilege quota.

CommonQuota

NextToken

string

No

The token that marks the position from which the query starts.

Note

If you do not specify this parameter, the query starts from the beginning.

4

MaxResults

integer

No

The maximum number of records to return for the current query.

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

30

Response elements

Element

Type

Description

Example

object

A list of quota application details.

MaxResults

integer

The maximum number of records returned for the current query.

30

NextToken

string

The token that marks the position from which the next query starts.

1

QuotaApplications

array<object>

A list of quota application details.

object

A list of quota application details.

AliyunUid

string

The Alibaba Cloud account.

175376458581****

ApplicationId

string

The ID of the quota increase request.

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

ApplyTime

string

The UTC time when the quota increase request was submitted.

2021-01-15T09:13:53Z

ApproveValue

number

The approved quota value.

101

AuditReason

string

The reason for the approval.

Agree

BatchQuotaApplicationId

string

The ID of the quota application batch.

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

DesireValue

number

The requested quota value.

60

EffectiveTime

string

The UTC time when the new quota value takes effect.

2021-01-15T11:46:25Z

EnvLanguage

string

The language of the alert notification. Valid values:

  • zh: Chinese.

  • en: English.

zh

ExpireTime

string

The UTC time when the new quota value expires.

2021-01-17T11:46:25Z

NoticeType

integer

Indicates whether a notification is sent for the quota increase request. Valid values:

  • 0: No.

  • 3: Yes.

3

Period

object

The calculation cycle of the quota.

PeriodUnit

string

The unit of the calculation cycle.

second

PeriodValue

integer

The value of the calculation cycle.

1

ProductCode

string

The abbreviation of the Alibaba Cloud service name.

ecs

QuotaActionCode

string

The quota ID.

ecs.n1.large

QuotaArn

string

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

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

QuotaCategory

string

The quota type. Valid values:

  • CommonQuota (default): General quota.

  • WhiteListLabel: Privilege quota.

  • FlowControl: API rate limit quota.

CommonQuota

QuotaDescription

string

The description of the quota.

The maximum number of nodes in a cluster

QuotaDimension

object

The quota dimensions.

string

The quota dimensions.

Format: {"regionId":"cn-hangzhou"}.

{"regionId":"cn-hangzhou"}

QuotaName

string

The name of the quota.

Maximum Number of Nodes

QuotaUnit

string

The unit of the quota.

GiB

Reason

string

The reason for the quota increase request.

Maximum Number of Nodes

Status

string

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

  • Disagree: The request is rejected.

  • Agree: The request is approved.

  • Process: The request is in review.

  • Cancel: The request is closed.

Agree

RequestId

string

The request ID.

D47B3A10-CDAC-5412-B2EE-EC9A3DBE9053

TotalCount

integer

The total number of records returned for the request.

9

Examples

Success response

JSON format

{
  "MaxResults": 30,
  "NextToken": "1",
  "QuotaApplications": [
    {
      "AliyunUid": "175376458581****",
      "ApplicationId": "b926571d-cc09-4711-b547-58a615f0****",
      "ApplyTime": "2021-01-15T09:13:53Z",
      "ApproveValue": 101,
      "AuditReason": "Agree",
      "BatchQuotaApplicationId": "d314d6ae-867d-484c-9009-3d421a80****",
      "DesireValue": 60,
      "EffectiveTime": "2021-01-15T11:46:25Z",
      "EnvLanguage": "zh",
      "ExpireTime": "2021-01-17T11:46:25Z",
      "NoticeType": 3,
      "Period": {
        "PeriodUnit": "second",
        "PeriodValue": 1
      },
      "ProductCode": "ecs",
      "QuotaActionCode": "ecs.n1.large",
      "QuotaArn": "acs:quotas:*:120886317861****:quota/csk/q_i5uzm3",
      "QuotaCategory": "CommonQuota",
      "QuotaDescription": "The maximum number of nodes in a cluster",
      "QuotaDimension": {
        "key": "{\"regionId\":\"cn-hangzhou\"}"
      },
      "QuotaName": "Maximum Number of Nodes",
      "QuotaUnit": "GiB",
      "Reason": "Maximum Number of Nodes",
      "Status": "Agree"
    }
  ],
  "RequestId": "D47B3A10-CDAC-5412-B2EE-EC9A3DBE9053",
  "TotalCount": 9
}

Error codes

HTTP status code

Error code

Error message

Description

400 TEMPLATE.NOT.RD.MA The requested account is not the MA master account of RD and does not have permission to operate quota templates. The current account is not the management account of the resource directory and does not have the permissions to manage the quota template.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.