tencent cloud

DescribeStrategies
Last updated: 2025-10-30 21:26:08
DescribeStrategies
Last updated: 2025-10-30 21:26:08

1. API Description

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.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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.

3. Output Parameters

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.

4. Example

Example1 Querying Information About Assessment Items

Input Example

POST / HTTP/1.1
Host: advisor.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeStrategies
<Common request parameters>

{}

Output Example

{
    "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."
                    }
                ]
            }
        ]
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback