All Products
Search
Document Center

Quota Center:ListProducts

Last Updated:Nov 24, 2025

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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

  • unsupport

support

Dynamic

boolean

Important

This parameter is deprecated. Do not use it.

Indicates whether quotas can be dynamically adjusted. Valid values:

  • true

  • false

true

FlowControlSupport

string

Indicates whether API rate limits are supported. Valid values:

  • support

  • unsupport

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

  • unsupport

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.