Obtains the data of the Alibaba Cloud product list.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Name | string | No | The name of the product. Fuzzy search is supported. This parameter is optional. | ecs |
Language | string | No | The language that you use, supporting English, Chinese, and Japanese. Valid values: en, zh, and jp, which indicate English, Chinese, and Japanese, respectively. | cn |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": 0,
"Message": "success",
"RequestId": "AC0AB2EC-AFBC-44BA-AE77-132A5A1EC0AD",
"Success": true,
"Data": [
{
"DirectoryId": 1,
"DirectoryName": "ECS",
"ProductList": [
{
"ProductId": 7160,
"ProductName": "ECS"
}
]
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | param.illegal | Params illegal. | - |
401 | illegal.auth | You are not authorized to perform the operation. | You are not authorized to perform this operation. |
500 | System.error | An error occurred while processing your request. | An error occurred while processing your request. Please try again. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history