History
Introduction
API Category
Making API Requests
Region APIs
Data Types
Error Codes
Domain name for API request: region.intl.tencentcloudapi.com.
This interface (DescribeProducts) is used for querying product information in each supported region list.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: DescribeProducts. |
| Version | Yes | String | Common Params. The value used for this API: 2022-06-27. |
| Region | No | String | Common Params. This parameter is not required. |
| Limit | No | Integer | Number of returned results, defaults to 20, maximum value is 100. |
| Offset | No | Integer | Offset. default value: 0. |
| Parameter Name | Type | Description |
|---|---|---|
| Products | Array of RegionProduct | Product detailed information list. |
| TotalCount | Integer | Total number of products. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: region.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeProducts
<Common request parameters>
{
"Limit": 5,
"Offset": 0
}{
"Response": {
"TotalCount": 39,
"Products": [
{
"Name": "cvm"
},
{
"Name": "vpc"
},
{
"Name": "faceid"
},
{
"Name": "cp"
},
{
"Name": "cls"
}
],
"RequestId": "bae5aa6f-f179-4fd6-95a1-e939c3c0b253"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
文档反馈