tencent cloud

APIs

DescribeBaselineStrategyDetail

Download
Focus Mode
Font Size
Last updated: 2026-06-08 10:23:09

1. API Description

Domain name for API request: cwp.intl.tencentcloudapi.com.

This API is used to query policy details by baseline policy ID.

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: DescribeBaselineStrategyDetail.
Version Yes String Common Params. The value used for this API: 2018-02-28.
Region No String Common Params. This parameter is not required.
StrategyId Yes Integer User baseline policy ID

3. Output Parameters

Parameter Name Type Description
PassRate Integer Policy scan pass rate
StrategyName String Policy name
ScanCycle String Policy scan cycle (days)
ScanAt String Regular scan time. The scan task is triggered at this time.
IsGlobal Integer Whether all servers are scanned: 1: yes; 0 :no. If the value is 1, all Professional Edition hosts are scanned.
MachineType String Machine type:
cvm: Tencent Cloud Virtual Machine
bm: bare metal server
ecm: edge computing host
Lightweight Application Server
Hybrid cloud machine
Region String Host region
Quuids Array of String IDs of all user hosts under this policy
CategoryIds Array of String User baseline IDs under this policy
IfScanned Integer 1 means scanned, 0 means not scanned
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 Policy Details

This example shows you how to query details of a policy by policy ID.

Input Example

https://cwp.intl.tencentcloudapi.com/?Action=DescribeBaselineStrategyDetail
&StrategyId=1
&<Common request parameters>

Output Example

{
    "Response": {
        "RequestId": "req-566234234",
        "PassRate": 50,
"StrategyName": "policy for level-1 cybersecurity classified protection"
        "ScanCycle": "1",
        "ScanAt": "00:00:00",
        "IsGlobal": 1,
        "IfScanned": 1,
        "MachineType": "cvm",
        "Region": "ap-bj",
        "Quuids": [
            "2001",
            "2002",
            "2003"
        ],
        "CategoryIds": [
            "1"
        ]
    }
}

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 Internal error
InvalidParameter Incorrect parameter.
InvalidParameter.MissingParameter Missing parameter.
InvalidParameter.ParsingError Incorrect parameter parsing.
InvalidParameterValue Invalid parameter value.
MissingParameter Missing parameter error.
ResourceNotFound The resource does not exist.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback