All Products
Search
Document Center

Quota Center:ListQuotaApplicationsDetailForTemplate

Last Updated:Apr 22, 2024

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

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
AliyunUidstringNo

The Alibaba Cloud account that is used to submit the quota increase application.

135048337611****
ProductCodestringNo

The abbreviation of the Alibaba Cloud service name.

Note For more information, see Alibaba Cloud services that support Quota Center.
ecs
QuotaActionCodestringNo

The quota ID.

ecs.c5.large
StatusstringNo

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

  • Disagree: The application is rejected.
  • Agree: The application is approved.
  • Process: The application is pending approval.
  • Cancel: The application is canceled.
Agree
BatchQuotaApplicationIdstringNo

The ID of the quota application batch.

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

The quota type. Valid values:

  • CommonQuota: general quota
  • FlowControl: API rate limit
  • WhiteListLabel: privilege
CommonQuota
NextTokenstringNo

The token that marks the position from which you want to start the query.

Note An empty value indicates that the query starts from the beginning.
4
MaxResultsintegerNo

The maximum number of records that can be returned for the query.

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

30

Response parameters

ParameterTypeDescriptionExample
object

The details of the quota increase application.

QuotaApplicationsobject []

The details of the quota increase application.

BatchQuotaApplicationIdstring

The ID of the quota application batch.

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

The abbreviation of the Alibaba Cloud service name.

ecs
QuotaActionCodestring

The quota ID.

ecs.n1.large
QuotaNamestring

The quota name.

Maximum Number of Nodes
QuotaDescriptionstring

The description of the quota.

The maximum number of nodes in a cluster
QuotaUnitstring

The unit of the quota.

GiB
QuotaArnstring

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

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

The quota dimensions.

string

The quota dimension.

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

{"regionId":"cn-hangzhou"}
ApplicationIdstring

The ID of the quota increase application.

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

The requested value of the quota.

60
Reasonstring

The reason for the quota increase application.

Business expansion
Statusstring

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

  • Disagree: The application is rejected.
  • Agree: The application is approved.
  • Process: The application is pending approval.
  • Cancel: The application is canceled.
Agree
ApproveValuedouble

The quota value that is approved.

101
EffectiveTimestring

The start time of the validity period of the quota. The value is displayed in UTC.

2021-01-15T11:46:25Z
ExpireTimestring

The end time of the validity period of the quota. The value is displayed in UTC.

2021-01-17T11:46:25Z
ApplyTimestring

The time when the quota increase application was submitted. The value is displayed in UTC.

2021-01-15T09:13:53Z
AuditReasonstring

The approval result of the quota increase application.

Agree
NoticeTypeinteger

Indicates whether Quota Center sends a notification about the application result. Valid values:

  • 0: no
  • 3: yes
3
AliyunUidstring

The ID of the Alibaba Cloud account.

175376458581****
QuotaCategorystring

The quota type. Valid values:

  • CommonQuota (default): general quota
  • WhiteListLabel: privilege
  • FlowControl: API rate limit
CommonQuota
EnvLanguagestring

The language of the quota alert notification. Valid values:

  • zh: Chinese
  • en: English
zh
Periodobject

The calculation cycle of the quota.

PeriodUnitstring

The unit of the calculation cycle of the quota.

second
PeriodValueinteger

The value of the calculation cycle of the quota.

1
NextTokenstring

The token that marks the position from which you want to start the query.

1
TotalCountinteger

The total number of records that are returned for the query.

9
MaxResultsinteger

The maximum number of records that can be returned for the query.

30
RequestIdstring

The request ID.

D47B3A10-CDAC-5412-B2EE-EC9A3DBE9053

Examples

Sample success responses

JSONformat

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

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-01-12The internal configuration of the API is changed, but the call is not affectedsee changesets
Change itemChange content
The internal configuration of the API is changed, but the call is not affected.