tencent cloud

智能顾问

产品动态
产品简介
产品概述
功能介绍
产品优势
应用场景
客户案例
购买指南
快速入门
使用智能顾问进行混沌演练
操作指南
智能顾问-云架构操作指南
智能顾问-云巡检操作指南
智能顾问-混沌演练操作指南
智能顾问-数字资产操作指南
权限管理
API 文档
History
Introduction
API Category
Making API Requests
Other APIs
Task APIs
Cloud Architecture Console APIs
Data Types
Error Codes
常见问题
智能顾问常见问题
智能顾问-云巡检常见问题
智能顾问-云架构常见问题
智能顾问-混沌演练常见问题
相关协议
Tencent Cloud Smart Advisor Service Level Agreement
PRIVACY POLICY MODULE CHAOTIC FAULT GENERATOR
DATA PRIVACY AND SECURITY AGREEMENT MODULE CHAOTIC FAULT GENERATOR
联系我们

DescribeStrategies

聚焦模式
字号
最后更新时间: 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.

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈