Domain name for API request: csip.intl.tencentcloudapi.com.
This API is used to obtain the aggregated scan result list by detection item, for showing the number of passed and failed assets by detection item on the "Detection Item" Tab of the policy details page.
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: DescribeBaselineAggregatedItemList. |
| 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 (multiple entries can be passed at the same time for federated statistics). |
| ParentCategoryID | Yes | Integer | ID of the parent category in the baseline system. |
| CheckAssetType | No | String | Detect asset major category, case-sensitive host baseline and container cluster baseline. Parameter values:
|
| 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 (result status: PASS/NOT_PASS/CHECKING/CHECK_FAILED/NOT_INVOLVED), Name (detection item name, fuzzy search), RiskLevel (risk level: CRITICAL/HIGH/MEDIUM/LOW), PolicyName (associated baseline/policy name, 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 BaselineAggregatedItem | Detection item aggregation result list. |
| TotalCount | Integer | Total number of secrets |
| CheckObjectEnum | Array of KeyValue | Detection target list involved in the current query. |
| 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: DescribeBaselineAggregatedItemList
<Common request parameters>
{
"PolicyID": [
761
],
"ParentCategoryID": 4,
"CheckAssetType": "HOST",
"CategoryID": 50,
"MemberId": [
"mem-tencent-6*************29"
],
"Limit": 10,
"Offset": 0,
"Order": "asc",
"By": "id"
}
{
"Response": {
"CheckObjectEnum": [
{
"Key": "HOST",
"Value": "host"
}
],
"List": [
{
"Appid": [
200000000
],
"Item": {
"AffectedVersionList": [],
"Category": {
"CheckAssetType": "HOST",
"Description": "Detect whether an account has an empty password, default password, or dictionary password, check the password complexity and valid period policy, and prevent brute-force attacks",
"ID": 50,
"Name": "Linux System Weak Password Detection"
},
"CheckObject": [
"HOST"
],
"CustomItemID": 0,
"DefaultValueList": [],
"Description": "The system has weak password risks and can be easily guessed. Hackers can perform password brute force through methods such as brute force cracking to obtain system user passwords, furthermore gain system permissions, leading to file and data leakage on the server or being used for other attack purposes.",
"FixSuggestion": "Modify the password of the corresponding user to a sufficiently strong password.",
"ID": 8,
"IsCustomConf": false,
"Name": "Linux System Weak Password Detection",
"ReferenceLink": "https://b*********************************************A4",
"RiskLevel": "HIGH",
"RuleID": 1100,
"SupportCustomValue": false,
"SupportFix": true,
"SystemCategory": {
"CheckAssetType": "HOST",
"Description": "Detect whether accounts have empty passwords, default passwords, or dictionary passwords, and check password complexity and valid period policies to prevent brute-force attacks",
"ID": 4,
"Name": "Weak password"
},
"WebEditParam": ""
},
"JobID": [],
"LatestCheckTime": "2026-08-11T12:51:15Z",
"NotPassAssetCount": 0,
"PassAssetCount": 11,
"PassRate": 100,
"ResultStatus": "PASS"
}
],
"TotalCount": 1,
"RequestId": "0f45b1ef-7236-49b9-a2de-c0e87d8f742e"
}
}
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.
フィードバック