All Products
Search
Document Center

Quota Center:ListProducts

Last Updated:Nov 14, 2024

Queries the Alibaba Cloud services that support Quota Center.

Operation description

The services in the query result are the same as the services listed in Alibaba Cloud services that support Quota Center.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
NextTokenstringNo

The token that marks the position from which you want to start the query. If you leave this parameter empty, the query starts from the beginning.

4
MaxResultsintegerNo

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

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

4

For more information about common request parameters, see Common parameters.

Response parameters

ParameterTypeDescriptionExample
object
ProductInfoarray<object>

The information about the Alibaba Cloud services.

ProductInfosobject
ProductNamestring

The name of the Alibaba Cloud service.

Elastic Compute Service (ECS)
SecondCategoryIdlong

The ID of the service category.

5
ProductNameEnstring

The English name of the Alibaba Cloud service.

Elastic Compute Service
Dynamicboolean
Note This parameter is discontinued and is not recommended.

Indicates whether the Alibaba Cloud service supports dynamic quota adjustment. Valid values:

  • true
  • false
true
SecondCategoryNameEnstring

The English name of the service category.

Elastic Compute
SecondCategoryNamestring

The name of the service category.

Elastic Compute
ProductCodestring

The abbreviation of the Alibaba Cloud service name.

ecs
FlowControlSupportstring

Indicates whether the Alibaba Cloud service supports API rate limits. Valid values:

  • support: The Alibaba Cloud service supports API rate limits.
  • unsupport: The Alibaba Cloud service does not support API rate limits.
unsupport
CommonQuotaSupportstring

Indicates whether the Alibaba Cloud service supports general quotas. Valid values:

  • support: The Alibaba Cloud service supports general quotas.
  • unsupport: The Alibaba Cloud service does not support general quotas.
support
WhiteListLabelQuotaSupportstring

Indicates whether the Alibaba Cloud service supports whitelist quotas. Valid values:

  • support: The Alibaba Cloud service supports whitelist quotas.
  • unsupport: The Alibaba Cloud service does not support whitelist quotas.
support
TotalCountinteger

The total number of records that are returned for the query.

1
NextTokenstring

The token that marks the position at which the query ends. An empty value indicates that all data is returned.

4
RequestIdstring

The ID of the request.

1DA9C136-11BC-4C39-ADC6-B86276128072
MaxResultsinteger

The maximum number of records that are returned for the query.

4

Examples

Sample success responses

JSONformat

{
  "ProductInfo": [
    {
      "ProductName": "Elastic Compute Service (ECS)\n",
      "SecondCategoryId": 5,
      "ProductNameEn": "Elastic Compute Service",
      "Dynamic": true,
      "SecondCategoryNameEn": "Elastic Compute",
      "SecondCategoryName": "Elastic Compute\n",
      "ProductCode": "ecs",
      "FlowControlSupport": "unsupport",
      "CommonQuotaSupport": "support",
      "WhiteListLabelQuotaSupport": "support"
    }
  ],
  "TotalCount": 1,
  "NextToken": "4",
  "RequestId": "1DA9C136-11BC-4C39-ADC6-B86276128072",
  "MaxResults": 4
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history