Queries the details of quota increase applications for a member in a resource directory.
Try it now
Test
RAM authorization
|
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 |
ecs |
| QuotaActionCode |
string |
No |
The quota ID. |
ecs.c5.large |
| Status |
string |
No |
The approval status of the quota increase request. 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 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 |
| 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:
|
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 |
| 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"} |
|
| 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:
|
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.