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.
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 |
| 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. |
This example shows you how to query details of a policy by policy ID.
https://cwp.intl.tencentcloudapi.com/?Action=DescribeBaselineStrategyDetail
&StrategyId=1
&<Common request parameters>
{
"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"
]
}
}
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 | 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. |
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan