Calls this operation to list the supported services.
Operation description
GET /api/v1/providers/{provider}/products.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /api/v1/providers/{provider}/products HTTP/1.1
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| x-acs-accept-language | string | No | Select the language in which the response is returned. zh_CH: Chinese (default). en_US: English. | zh_CH |
| provider | string | Yes | The Cloud service provider. Only Aliyun is supported. | Aliyun |
| nextToken | string | No | The pagination token that is used in the next request to retrieve a new page of results. If you leave this parameter empty, the query starts from the beginning. | ECS |
| maxResults | integer | No | The number of entries per page. Maximum value: 100. | 10 |
Response parameters
Examples
Sample success responses
JSONformat
{
"maxResults": 10,
"nextToken": "Redis",
"products": [
{
"productCode": "ECS",
"productName": "Elastic Compute Service"
}
],
"requestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****",
"totalCount": 20
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|
No change history
