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.
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, which is supported by the Name field.RiskLevel |
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. |
请求资产检测项列表
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
}
{
"Response": {
"AssetPolicyItemList": [
{
"BasePolicyItemId": 142,
"BenchmarkStandardId": 1,
"BenchmarkStandardName": "CIS Docker",
"Category": "CATEGORY_DOCKER_RUNTIME",
"CheckResult": "RESULT_PASSED",
"CheckStatus": "CHECK_FINISHED",
"CustomerPolicyItemId": 2809,
"FixSuggestion": "使用--health-cmd和其他参数运行容器。 例如,docker run -d --health-cmd ='stat /etc/passwd || exit1'nginx。",
"LastCheckTime": "2024-07-24 11:12:16",
"Name": "检查容器运行时的健康状态",
"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": "如无必须,不要使用 --cgroup-parent 选项在docker运行。",
"LastCheckTime": "2024-07-24 11:12:16",
"Name": "确保cgroup安全使用",
"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": "在docker exec命令中不要使用--privileged选项。",
"LastCheckTime": "2024-07-24 11:12:16",
"Name": "确保docker exec命令不能使用特权选项",
"RiskLevel": "2",
"VerifyInfo": "e822238a07e0d193a12c0608f2d821812664d3d9cf5871cc9bedc9eab562e602:ExecIDs=null\n",
"WhitelistId": 0
}
],
"RequestId": "dc08e10e-5ac8-4e94-9321-6c2f89d8ed5c",
"TotalCount": 24
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
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. |
Was this page helpful?