tencent cloud

APIs

DescribeBaselineCategoryItemList

Download
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-09-01 10:34:02

1. API Description

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.

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

  • CategoryID: subcategory ID, exact match
  • Name: detection item name, fuzzy matching
  • RiskLevel: risk level, exact match. Values: LOW, MEDIUM, HIGH, CRITICAL
  • SupportCustomValue: whether editing is supported, exact match. Values: true, false

3. Output Parameters

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.

4. Example

Example1 Query the categorization detection item list

Query the categorization detection item list.

Input Example

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
}

Output Example

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

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.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백