Domain name for API request: csip.intl.tencentcloudapi.com.
This API is used to query the detection item list of a category.
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: DescribeBaselineCategoryItemList. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| MemberId.N | No | Array of String | Group account member id |
| ParentCategoryID | No | Integer | ID of the parent category in the baseline, for filtering detection items under the specified parent category. |
| Limit | No | Integer | Number of entries returned per page for paging query. Default value: 10. Maximum value: 100. |
| Offset | No | Integer | Paginated query offset. Default value: 0. |
| Filters.N | No | Array of Filters | List of Universal Filter Criteria. Supported filter fields:
|
| Parameter Name | Type | Description |
|---|---|---|
| ItemList | Array of BaselineItem | Baseline check item 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. |
Query the categorization detection item list.
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeBaselineCategoryItemList
<Common request parameters>
{
"MemberId": [
"mem-tencent-6*************29"
],
"ParentCategoryID": 4,
"Limit": 10,
"Offset": 0
}
{
"Response": {
"ItemList": [
{
"AffectedVersionList": [],
"Category": {
"CheckAssetType": "HOST",
"Description": "Redis weak password detection (Windows)"
"ID": 206,
"Name": "Redis weak password detection (Windows)"
},
"CheckObject": [
"HOST"
],
"CustomItemID": 0,
"CustomValueList": [],
"DefaultValueList": [],
"Description": "Redis uses weak passwords, which hackers can easily guess to obtain data permissions, leading to data theft or deletion. High-privilege Redis users may lead to system compromise.",
"FixSuggestion": "1. Open the Redis configuration file redis.conf, find the requirepass parameter, remove the comment, and set a strong password;\n2. If ACL file authentication is enabled for Redis, find the file corresponding to the aclfile parameter and change the weak password to a strong password in the file;\n3. Restart the redis service",
"ID": 5396,
"IsCustomConf": false,
"Name": "Redis weak password detection (Windows)",
"ReferenceLink": "",
"RiskLevel": "HIGH",
"RuleID": 14382,
"SupportCustomValue": false,
"SupportFix": false,
"SystemCategory": {
"CheckAssetType": "HOST",
"Description": "Weak password",
"ID": 4,
"Name": "Weak password"
},
"WebEditParam": ""
}
],
"TotalCount": 20,
"RequestId": "4e2c62bc-1ea1-4793-92d9-942a876f0eab"
}
}
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.
피드백