Queries the cloud products supported by Quota Center.
Operation description
This operation returns the products described in Cloud products supported by Quota Center.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NextToken |
string |
No |
The token that marks the position to start the query. If this parameter is empty, the query starts from the beginning. |
4 |
| MaxResults |
integer |
No |
The maximum number of records to return for the query. Valid values: 1 to 200. Default: 30. |
4 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| MaxResults |
integer |
The maximum number of entries returned on each page. |
4 |
| NextToken |
string |
The token that is used to start the next query. If this parameter is empty, all data is returned. |
4 |
| ProductInfo |
array<object> |
The information about the cloud products. |
|
|
object |
|||
| CommonQuotaSupport |
string |
Indicates whether general quotas are supported. Valid values:
|
support |
| Dynamic |
boolean |
Important
This parameter is deprecated. Do not use it. Indicates whether quotas can be dynamically adjusted. Valid values:
|
true |
| FlowControlSupport |
string |
Indicates whether API rate limits are supported. Valid values:
|
unsupport |
| ProductCode |
string |
The code of the cloud product. |
ecs |
| ProductName |
string |
The name of the cloud product. |
Elastic Compute Service (ECS) |
| ProductNameEn |
string |
The English name of the cloud product. |
Elastic Compute Service |
| SecondCategoryId |
integer |
The ID of the product category. |
5 |
| SecondCategoryName |
string |
The name of the product category. |
Elastic Compute |
| SecondCategoryNameEn |
string |
The English name of the product category. |
Elastic Compute |
| WhiteListLabelQuotaSupport |
string |
Indicates whether privilege quotas are supported. Valid values:
|
support |
| RequestId |
string |
The ID of the request. |
1DA9C136-11BC-4C39-ADC6-B86276128072 |
| TotalCount |
integer |
The total number of entries returned. |
1 |
Examples
Success response
JSON format
{
"MaxResults": 4,
"NextToken": "4",
"ProductInfo": [
{
"CommonQuotaSupport": "support",
"Dynamic": true,
"FlowControlSupport": "unsupport",
"ProductCode": "ecs",
"ProductName": "Elastic Compute Service (ECS)",
"ProductNameEn": "Elastic Compute Service",
"SecondCategoryId": 5,
"SecondCategoryName": "Elastic Compute",
"SecondCategoryNameEn": "Elastic Compute",
"WhiteListLabelQuotaSupport": "support"
}
],
"RequestId": "1DA9C136-11BC-4C39-ADC6-B86276128072",
"TotalCount": 1
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.