tencent cloud

APIs

DescribeComplianceAssetPolicyItemList

Download
Focus Mode
Font Size
Last updated: 2026-06-10 17:04:01

1. API Description

Domain name for API request: tcss.intl.tencentcloudapi.com.

This API is used to query the list of check items of an asset.

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: DescribeComplianceAssetPolicyItemList.
Version Yes String Common Params. The value used for this API: 2020-11-01.
Region No String Common Params. This parameter is not required.
CustomerAssetId Yes Integer Customer asset ID
Offset No Integer Initial offset. Default value: 0.
Limit No Integer Number of results to be obtained. Default value: 10. Maximum value: 100.
Filters.N No Array of ComplianceFilters Filter list. Name field support
RiskLevel, AppId
AssetType No String Asset type.
  • ASSET_CONTAINER: Docker container.
  • ASSET_IMAGE: Docker image.
  • ASSET_HOST: Docker host.
  • ASSET_K8S: Kubernetes.
  • ASSET_CONTAINERD: Containerd host.
  • ASSET_CONTAINERD_CONTAINER: Containerd container.
  • 3. Output Parameters

    Parameter Name Type Description
    TotalCount Integer Total number of check items, which is 0 if the baseline check is not enabled.
    AssetPolicyItemList Array of ComplianceAssetPolicyItem List of check items of an asset
    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 This example shows you how to request the detection item list of an asset.

    This example shows you how to request the detection item list of an asset.

    Input Example

    POST / HTTP/1.1
    Host: tcss.intl.tencentcloudapi.com
    Content-Type: application/json
    X-TC-Action: DescribeComplianceAssetPolicyItemList
    <Common request parameters>
    
    {
        "CustomerAssetId": 2202462,
        "Offset": 0,
        "Limit": 3,
        "AssetType": "ASSET_CONTAINER"
    }
    

    Output Example

    {
        "Response": {
            "AssetPolicyItemList": [
                {
                    "BasePolicyItemId": 142,
                    "BenchmarkStandardId": 1,
                    "BenchmarkStandardName": "CIS Docker",
                    "Category": "CATEGORY_DOCKER_RUNTIME",
                    "CheckResult": "RESULT_PASSED",
                    "CheckStatus": "CHECK_FINISHED",
                    "CustomerPolicyItemId": 2809,
    "FixSuggestion": "Run the container with --health-cmd and other parameters. For example, docker run -d --health-cmd='stat /etc/passwd || exit 1' nginx."
                    "LastCheckTime": "2024-07-24 11:12:16",
    "Name": "Check the health status of the container runtime"
                    "RiskLevel": "1",
                    "VerifyInfo": "e822238a07e0d193a12c0608f2d821812664d3d9cf5871cc9bedc9eab562e602:Healthcheck=null\n",
                    "WhitelistId": 0
                },
                {
                    "BasePolicyItemId": 141,
                    "BenchmarkStandardId": 1,
                    "BenchmarkStandardName": "CIS Docker",
                    "Category": "CATEGORY_DOCKER_RUNTIME",
                    "CheckResult": "RESULT_PASSED",
                    "CheckStatus": "CHECK_FINISHED",
                    "CustomerPolicyItemId": 2808,
    "FixSuggestion": "If not must, do not use the --cgroup-parent option in docker run."
                    "LastCheckTime": "2024-07-24 11:12:16",
    "Name": "Underwrite secure cgroup usage"
                    "RiskLevel": "1",
                    "VerifyInfo": "e822238a07e0d193a12c0608f2d821812664d3d9cf5871cc9bedc9eab562e602:CgroupParent=\n",
                    "WhitelistId": 0
                },
                {
                    "BasePolicyItemId": 140,
                    "BenchmarkStandardId": 1,
                    "BenchmarkStandardName": "CIS Docker",
                    "Category": "CATEGORY_DOCKER_RUNTIME",
                    "CheckResult": "RESULT_PASSED",
                    "CheckStatus": "CHECK_FINISHED",
                    "CustomerPolicyItemId": 2807,
    "FixSuggestion": "Do not use the --privileged option in the docker exec command."
                    "LastCheckTime": "2024-07-24 11:12:16",
    "Name": "Underwrite the docker exec command cannot use the privilege option"
                    "RiskLevel": "2",
                    "VerifyInfo": "e822238a07e0d193a12c0608f2d821812664d3d9cf5871cc9bedc9eab562e602:ExecIDs=null\n",
                    "WhitelistId": 0
                }
            ],
            "RequestId": "dc08e10e-5ac8-4e94-9321-6c2f89d8ed5c",
            "TotalCount": 24
        }
    }
    

    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

    The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

    Error Code Description
    AuthFailure A CAM signature/authentication error occurred.
    FailedOperation The operation failed.
    InternalError An internal error occurred.
    InvalidParameter The parameter is incorrect.
    InvalidParameter.MissingParameter The required parameter is missing.
    OperationDenied The operation was denied.
    RequestLimitExceeded The number of requests exceeds the frequency limit.

    Help and Support

    Was this page helpful?

    Help us improve! Rate your documentation experience in 5 mins.

    Feedback