All Products
Search
Document Center

Cloud Config:ListSupportedProducts

Last Updated:May 17, 2024

Queries the cloud services and resource types that are supported by Cloud Config.

Operation description

This topic provides an example on how to query the cloud services and resource types that are supported by Cloud Config.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
NextTokenstringNo

The pagination token that is used in the next request to retrieve a new page of results. You do not need to specify this parameter for the first request. You must specify the token that is obtained from the previous query as the value of NextToken.

D3AjqMNSy0ls7zBNCf3a****
MaxResultsintegerNo

The maximum number of entries to return for a single request. Valid values: 1 to 500.

100

Response parameters

ParameterTypeDescriptionExample
object
Productsobject []

The cloud services that are supported by Cloud Config.

ProductNameEnstring

The English name of the cloud service.

Elastic Compute Service
ResourceTypeListobject []

The resource types that are supported by Cloud Config.

ResourceTypestring

The identifier of the resource type.

ACS::ECS::Instance
TypeNameEnstring

The English name of the resource type.

Ecs Instance
TypeNameZhstring

The Chinese name of the resource type.

ProductNameZhstring

The Chinese name of the cloud service.

RequestIdstring

The request ID.

610B0276-ABEE-57DF-9C13-C2324FADA9D7
NextTokenstring

A pagination token. It can be used in the next request to retrieve a new page of results.

D3AjqMNSy0ls7zBNCf3a****
MaxResultsstring

The maximum number of entries returned for a single request. Valid values: 1 to 500.

100

Examples

Sample success responses

JSONformat

{
  "Products": [
    {
      "ProductNameEn": "Elastic Compute Service",
      "ResourceTypeList": [
        {
          "ResourceType": "ACS::ECS::Instance",
          "TypeNameEn": "Ecs Instance",
          "TypeNameZh": "",
          "TypePageLink": "https://ecs.console.aliyun.com/#/server/@{ResourceId}/detail?regionId=@{RegionId}"
        }
      ],
      "ProductNameZh": ""
    }
  ],
  "RequestId": "610B0276-ABEE-57DF-9C13-C2324FADA9D7",
  "NextToken": "D3AjqMNSy0ls7zBNCf3a****",
  "MaxResults": "100"
}

Error codes

HTTP status codeError codeError messageDescription
503ServiceUnavailableThe request has failed due to a temporary failure of the server.The request has failed due to a temporary failure of the server.

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

Change history

Change timeSummary of changesOperation
No change history