Domain name for API request: csip.intl.tencentcloudapi.com.
This API is used to retrieve the risk record list of detection item dimensions.
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: DescribeBaselineItemRiskList. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| PolicyID.N | Yes | Array of Integer | Baseline policy ID list. |
| ParentCategoryID | Yes | Integer | Baseline system parent category ID. |
| ItemID | Yes | Integer | Baseline detection item ID. |
| CheckAssetType.N | No | Array of String | List of asset types to detect. Element value is HOST or CLUSTER. |
| CategoryID | No | Integer | Baseline subcategory ID. |
| MemberId.N | No | Array of String | Group account member id |
| Filters.N | No | Array of Filters | Universal Filter Criteria. Supported Name: ResultStatus (pass status, Values: PASS/NOT_PASS), AssetName (asset name/ID, fuzzy search), IP (IP address, fuzzy search), Tag (asset tag, fuzzy search). |
| Limit | No | Integer | Number of items per page for paging query. Maximum value: 100. If exceeded, the server will automatically roll back to the default value 10. |
| Offset | No | Integer | Starting offset amount for paging query. It starts from 0. |
| Order | No | String | Sorting order. Valid values: asc (ascending) and desc (descending). Default value: desc. |
| By | No | String | Sort field name, an optional field defined by the specific API. |
| Parameter Name | Type | Description |
|---|---|---|
| List | Array of BaselineItemRiskRecord | Detection item risk record list. |
| TotalCount | Integer | Total number of secrets |
| 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: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeBaselineItemRiskList
<Common request parameters>
{
"PolicyID": [
761
],
"ParentCategoryID": 4,
"ItemID": 8,
"CheckAssetType": [
"HOST"
],
"CategoryID": 50,
"MemberId": [
"mem-tencent-6*************29"
],
"Limit": 10,
"Offset": 0,
"Order": "asc",
"By": "id"
}
{
"Response": {
"List": [
{
"AssetType": "HOST",
"HostInfo": {
"AgentStatus": "ONLINE",
"Appid": 200000000,
"CloudTag": [],
"InstanceID": "ins-g*****8w",
"InstanceStatus": "RUNNING",
"Name": "tke_cls-p************er",
"OsInfo": "TencentOS Server 3.1 (TK4)",
"PrivateIP": "172.16.0.2",
"ProtectVersion": "ULTIMATE",
"PublicIP": "",
"QUUID": "1*********************************68",
"RegionInfo": {
"Region": "ap-guangzhou",
"RegionCode": "",
"RegionId": 0,
"RegionName": "Guangzhou",
"RegionNameEn": "Guangzhou"
},
"TagItem": [],
"UUID": "1*********************************68"
},
"ID": 860000000981,
"ItemID": 8,
"JobID": "4f79e5a928c46322fd15525a74f1bb60",
"LatestCheckTime": "2026-08-11T12:51:15Z",
"ResultStatus": "PASS",
"RiskID": "0144c54f6cb6a5c2173c7a7d15f8605f"
}
],
"TotalCount": 11,
"RequestId": "c54373bc-6d6b-4e17-9d6b-803db402b0af"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
피드백