All Products
Search
Document Center

Quota Center:ListQuotaApplicationsForTemplate

Last Updated:Apr 22, 2024

Queries the application records of a quota template that is used to apply for quotas for member accounts.

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
ProductCodestringNo

The abbreviation of the Alibaba Cloud service name.

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

The quota ID.

ecs.g5.2xlarge
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 entries to return for a single request.

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

30
ApplyStartTimestringNo

The UTC time when the quota application starts.

2023-05-22T16:00:00Z
ApplyEndTimestringNo

The UTC time when the quota application ends.

2023-05-22T16:00:00Z

Response parameters

ParameterTypeDescriptionExample
object

None.

RequestIdstring

The request ID.

D47B3A10-CDAC-5412-B2EE-EC9A3DBE9053
QuotaBatchApplicationsobject []

The queried quota application records.

ProductCodestring

The abbreviation of the Alibaba Cloud service name.

vpc
QuotaActionCodestring

The quota ID.

q_fhoz4k
BatchQuotaApplicationIdstring

The ID of the quota application batch.

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

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

2023-05-22T16:00:00Z
ExpireTimestring

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

2024-05-14T02:08:56Z
ApplyTimestring

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

2022-09-23T02:38:18Z
DesireValuedouble

The requested value of the quota.

105
QuotaCategorystring

The quota type. Valid values:

  • CommonQuota: general quota
  • FlowControl: API rate limit
  • WhiteListLabel: privilege
CommonQuota
AuditStatusVosobject []

The number of applications in different approval states.

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
Countinteger

The number of approval documents.

4
Dimensionsobject

The quota dimensions.

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

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

The Alibaba Cloud accounts for which the quotas are applied.

string

The Alibaba Cloud accounts for which the quotas are applied.

14468026070****
Reasonstring

The reason for the quota increase application.

Business expansion
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.

67
MaxResultsinteger

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

30

Examples

Sample success responses

JSONformat

{
  "RequestId": "D47B3A10-CDAC-5412-B2EE-EC9A3DBE9053",
  "QuotaBatchApplications": [
    {
      "ProductCode": "vpc",
      "QuotaActionCode": "q_fhoz4k",
      "BatchQuotaApplicationId": "d314d6ae-867d-484c-9009-3d421a80****",
      "EffectiveTime": "2023-05-22T16:00:00Z",
      "ExpireTime": "2024-05-14T02:08:56Z",
      "ApplyTime": "2022-09-23T02:38:18Z",
      "DesireValue": 105,
      "QuotaCategory": "CommonQuota",
      "AuditStatusVos": [
        {
          "Status": "Agree",
          "Count": 4
        }
      ],
      "Dimensions": {
        "regionId": "cn-hangzhou"
      },
      "AliyunUids": [
        "14468026070****"
      ],
      "Reason": "Business expansion"
    }
  ],
  "NextToken": "1",
  "TotalCount": 67,
  "MaxResults": 30
}

Error codes

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

Change history

Change timeSummary of changesOperation
2023-12-13The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.