tencent cloud

APIs

DescribeBaselineItemRiskList

Download
フォーカスモード
フォントサイズ
最終更新日: 2026-09-01 10:33:58

1. API Description

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.

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: 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.

3. Output Parameters

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.

4. Example

Example1 Calling the API

Input Example

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"
}

Output Example

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

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

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック