Queries the details of a quota increase application for member accounts in a resource directory.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
quotas:ListQuotaApplicationsDetailForTemplate | list |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
AliyunUid | string | No | The Alibaba Cloud account that is used to submit the quota increase application. | 135048337611**** |
ProductCode | string | No | The abbreviation of the Alibaba Cloud service name. Note
To query the abbreviation of an Alibaba Cloud service name, call the ListProducts operation and check the value of ProductCode in the response.
| ecs |
QuotaActionCode | string | No | The quota ID. | ecs.c5.large |
Status | string | No | The approval state of the quota increase application. Valid values:
| 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 |
NextToken | string | No | 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 |
MaxResults | integer | No | The maximum number of records that can be returned for the query. Valid values: 1 to 100. Default value: 30. | 30 |
Response parameters
Examples
Sample success responses
JSON
format
{
"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 time | Summary of changes | Operation |
---|---|---|
2024-01-12 | The internal configuration of the API is changed, but the call is not affected | View Change Details |