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 Alibaba Cloud services and resource types supported by a Cloud Config.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
NextToken | string | No | 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**** |
MaxResults | integer | No | The maximum number of entries to return for a single request. Valid values: 1 to 500. Default value: 200. | 100 |
Response parameters
Examples
Sample success responses
JSON
format
{
"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 code | Error code | Error message | Description |
---|---|---|---|
503 | ServiceUnavailable | The 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 time | Summary of changes | Operation |
---|
No change history