Queries the information about all Alibaba Cloud services.
debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
QueryTotalCount | boolean | No | Specifies whether to return the total number of services. Default value: false. | true |
PageNum | integer | Yes | The page number of the page to return. | 1 |
PageSize | integer | No | The number of entries to return on each page. Default value: 20. | 10 |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": "Success",
"Message": "This API is not applicable for caller.",
"RequestId": "94858229-2758-4663-A7D0-99490D541F15",
"Success": true,
"Data": {
"PageNum": 1,
"PageSize": 10,
"TotalCount": 449,
"ProductList": {
"Product": [
{
"ProductName": "CDN (Pay-as-you-go)\n",
"ProductType": "CDN",
"SubscriptionType": "PayAsYouGo",
"ProductCode": "cdn"
}
]
}
}
}
Error codes
For a list of error codes, visit the Service error codes.