Queries a list of applications for quota increases.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
quotas:ListQuotaApplications | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
NextToken | string | No | The token that specifies the start of the query. Leave this parameter empty to start from the beginning. | 1 |
MaxResults | integer | No | The maximum number of records to return for the query. Valid values: 1 to 200. Default value: 30. | 1 |
ProductCode | string | No | The abbreviation of the Alibaba Cloud service name. | csk |
QuotaActionCode | string | No | The quota ID. | q_i5uzm3 |
Status | string | No | The approval status of the quota increase application. Valid values:
| Agree |
KeyWord | string | No | The keyword used to search for the quota increase application. | Cluster |
| Dimensions | array<object> | No | The quota dimensions. A quota dimension is an attribute of a quota. The combination of Dimensions and QuotaActionCode uniquely identifies a quota. Note This parameter is required for some Alibaba Cloud services. To query the supported quota dimensions, call the ListProductQuotaDimensions operation. The | |
object | No | The quota dimension. | ||
Key | string | No | The key of the quota dimension. Note Specify | regionId |
Value | string | No | The value of the quota dimension. Note Specify | cn-hangzhou |
QuotaCategory | string | No | The category of the quota. Valid values:
| CommonQuota |
Response elements
Element | Type | Description | Example |
object | The response parameters. | ||
MaxResults | integer | The maximum number of records returned for the query. | 1 |
NextToken | string | The token that marks the position of the returned data. An empty value indicates that all data is returned. | 1 |
| QuotaApplications | array<object> | The details of the quota increase applications. | |
object | The details of the quota increase application. | ||
ApplicationId | string | The ID of the quota increase application. | b926571d-cc09-4711-b547-58a615f0**** |
ApplyTime | string | The time when the application was submitted. | 2021-01-15T09:13:53Z |
ApproveValue | number | The approved quota value. | 101 |
AuditReason | string | The approval comment for the application. | Agree |
Comment | string | The remarks of the application. | test |
DesireValue | number | The requested quota value. | 101 |
Dimension | object | The dimensions of the quota. | {"regionId":"cn-hangzhou"} |
EffectiveTime | string | The time when the new quota takes effect. | 2021-01-15T11:46:25Z |
ExpireTime | string | The time when the new quota expires. | 2021-01-17T11:46:25Z |
NoticeType | integer | Indicates whether a notification is sent for the application result. Valid values:
| 3 |
| Period | object | The calculation period of the quota. | |
PeriodUnit | string | The unit of the calculation period. Valid values:
| second |
PeriodValue | integer | The value of the calculation period. | 1 |
ProductCode | string | The abbreviation of the Alibaba Cloud service name. | csk |
QuotaActionCode | string | The quota ID. | q_i5uzm3 |
QuotaArn | string | The Alibaba Cloud Resource Name (ARN) of the quota. | acs:quotas:*:120886317861****:quota/csk/q_i5uzm3 |
QuotaCategory | string | The category of the quota. Valid values:
| CommonQuota |
QuotaDescription | string | The description of the quota. | The maximum number of nodes in a cluster. |
QuotaName | string | The name of the quota. | Maximum Number of Nodes |
QuotaUnit | string | The unit of the quota. | Node |
Reason | string | The reason for the application. | Business expansion |
Status | string | The approval status of the application. Valid values:
| Agree |
RequestId | string | The request ID. | 730925FB-0BD0-40AC-AF3A-A6C6E9716879 |
TotalCount | integer | The total number of applications. | 1 |
Examples
Success response
JSON format
{
"MaxResults": 1,
"NextToken": "1",
"QuotaApplications": [
{
"ApplicationId": "b926571d-cc09-4711-b547-58a615f0****",
"ApplyTime": "2021-01-15T09:13:53Z",
"ApproveValue": 101,
"AuditReason": "Agree",
"Comment": "test",
"DesireValue": 101,
"Dimension": {
"regionId": "cn-hangzhou"
},
"EffectiveTime": "2021-01-15T11:46:25Z",
"ExpireTime": "2021-01-17T11:46:25Z",
"NoticeType": 3,
"Period": {
"PeriodUnit": "second",
"PeriodValue": 1
},
"ProductCode": "csk",
"QuotaActionCode": "q_i5uzm3",
"QuotaArn": "acs:quotas:*:120886317861****:quota/csk/q_i5uzm3",
"QuotaCategory": "CommonQuota",
"QuotaDescription": "The maximum number of nodes in a cluster.",
"QuotaName": "Maximum Number of Nodes",
"QuotaUnit": "Node",
"Reason": "Business expansion",
"Status": "Agree"
}
],
"RequestId": "730925FB-0BD0-40AC-AF3A-A6C6E9716879",
"TotalCount": 1
}Error codes
HTTP status code | Error code | Error message | Description |
400 | InvalidStatus | Invalid Status | The specified Status parameter is invalid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.