Domain name for API request: advisor.intl.tencentcloudapi.com.
This API is used to query information about assessment items.
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: DescribeStrategies. |
| Version | Yes | String | Common Params. The value used for this API: 2020-07-21. |
| Region | No | String | Common Params. This parameter is not required. |
| Parameter Name | Type | Description |
|---|---|---|
| Strategies | Array of Strategies | Assessment item list Note: This field may return null, indicating that no valid values can be obtained. |
| 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: advisor.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeStrategies
<Common request parameters>
{}{
"Response": {
"RequestId": "111",
"Strategies": [
{
"StrategyId": 132,
"Name": "Cross-AZ deployment of TencentDB for Redis",
"Desc": "Check whether Redis instances are deployed across AZs, and if not, when an instance encounters an AZ-level disaster, the instance may become inaccessible."
"Product": "redis",
"ProductDesc": "TencentDB for Redis",
"Repair": "If the business has high disaster recovery requirements, it is recommended to adopt a cross-AZ deployment solution to improve business reliability. [Cross-availability zone distribution operation guide](https://www.tencentcloud.com/document/product/239/39799)",
"GroupId": 2,
"GroupName": "Reliability",
"Conditions": [
{
"ConditionId": 178,
"Level": 2,
"LevelDesc": "Medium risk",
"Desc": "Redis instances are not deployed across AZs."
}
]
},
{
"StrategyId": 235,
"Name": "TencentDB for Redis instances use classic networks",
"Desc": "Check whether Redis instances use classic networks",
"Product": "redis",
"ProductDesc": "TencentDB for Redis",
"Repair": "It is recommended that it be replaced with a VPC. A VPC is a logically isolated network space. The classic network is the public network resource pool for all users on Tencent Cloud",
"GroupId": 2,
"GroupName": "Reliability",
"Conditions": [
{
"ConditionId": 307,
"Level": 2,
"LevelDesc": "Medium risk",
"Desc": "Instances use classic networks."
}
]
}
]
}
}
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.DependsDb | The dependent db encountered an error. |
| InternalError.System | System error |
| InvalidParameter | Parameter error |
| ResourceNotFound | The resource does not exist. |
Feedback