Domain name for API request: cdb.intl.tencentcloudapi.com.
This API is used to query the proxy configuration.
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: DescribeProxyCustomConf. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-20. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
InstanceId | Yes | String | Instance ID |
Offset | No | Integer | Paginated query offset |
Limit | No | Integer | Maximum entries returned per page |
Parameter Name | Type | Description |
---|---|---|
Count | Integer | Number of queried proxy configurations Note: this field may return null , indicating that no valid value can be found. |
CustomConf | CustomConfig | Proxy configuration details Note: this field may return null , indicating that no valid value can be found. |
WeightRule | Rule | Weight rule Note: this field may return null , indicating that no valid value can be found. |
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: cdb.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeProxyCustomConf
<Common request parameters>
{
"InstanceId": "xx",
"Limit": 1,
"Offset": 0
}
{
"Response": {
"Count": 3,
"CustomConf": [
{
"Cpu": 2,
"Device": "Z3",
"DeviceType": "custom",
"Memory": 4000,
"Type": "High-Availability Edition"
},
{
"Cpu": 4,
"Device": "Z3",
"DeviceType": "custom",
"Memory": 8000,
"Type": "High-Availability Edition"
},
{
"Cpu": 8,
"Device": "Z3",
"DeviceType": "custom",
"Memory": 16000,
"Type": "High-Availability Edition"
}
],
"RequestId": "9bd2a785-2dc0-47dc-b285-2b154a218ea1",
"WeightRule": [
{
"LessThan": 2000,
"Weight": 1
},
{
"LessThan": 8000,
"Weight": 2
},
{
"LessThan": 16000,
"Weight": 4
},
{
"LessThan": 32000,
"Weight": 8
},
{
"LessThan": 48000,
"Weight": 10
},
{
"LessThan": 64000,
"Weight": 12
},
{
"LessThan": 96000,
"Weight": 14
},
{
"LessThan": 128000,
"Weight": 16
},
{
"LessThan": 192000,
"Weight": 24
},
{
"LessThan": 256000,
"Weight": 30
},
{
"LessThan": 488000,
"Weight": 50
},
{
"LessThan": 690000,
"Weight": 75
},
{
"LessThan": -1,
"Weight": 100
}
]
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError.UnknownError | Unknown error |
ResourceNotFound.InstanceNotFundError | The instance does not exist. |
Was this page helpful?