Domain name for API request: csip.intl.tencentcloudapi.com.
List of cloud resource configuration risks from a check perspective
A maximum of 2 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: DescribeCheckViewRisks. |
| 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 |
| Filters.N | No | Array of Filters | Filter content |
| Limit | No | Integer | Page size. |
| Offset | No | Integer | Offset. |
| Order | No | String | Sorting type |
| By | No | String | Sorting field. |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Number of risks from check perspective |
| CheckViewRiskList | Array of CheckViewRiskItem | Risk list in check perspective |
| StandardNameList | Array of StandardItem | Tag list of cspm standard from a checking perspective |
| AssetTypeList | Array of AttributeOptionSet | Asset type collection |
| ProviderList | Array of AttributeOptionSet | Cloud vendor type collection |
| 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: DescribeCheckViewRisks
<Common request parameters>
{}
{
"Response": {
"CheckViewRiskList": [
{
"AssetCount": 2,
"AssetType": "Bucket",
"CheckType": "auth_control",
"Classify": "emergency",
"CreateTime": "2025-11-04 12:09:42",
"EventType": "COS bucket access permissions incorrectly configured"
"Provider": "Tencent Cloud",
"RiskCount": 8,
"RiskDesc": "Found * COS buckets with incorrectly configured access permissions"
"RiskRuleId": "tc_072",
"RiskStatus": 0,
"RiskTitle": "COS bucket access permissions incorrectly configured"
"Severity": "high",
"StandardTerms": [
{
"Tag": "Network Security Level Protection Basic Requirements (Level 3)"
"Terms": [
2.3.1 Access control
1.3.2 Access control
]
},
{
"Tag": "Network Security Level Protection Basic Requirements (Level-2)"
"Terms": [
1.3.2 Access control
2.3.1 Access control
]
}
],
"UpdateTime": "2025-12-02 08:13:08"
}
],
"RequestId": "d68d6d2e-28f5-4db3-9f52-902ca2bc0937",
"StandardNameList": [
{
"ID": 1,
"Name": "CIS Ali Cloud Infrastructure Benchmark v2.0.0"
},
{
"ID": 2,
"Name": "CIS AWS Computing Services Benchmark v1.1.0"
},
{
"ID": 3,
"Name": "Network Security Level Protection Basic Requirements (Second-level)"
},
{
"ID": 4,
"Name": "Network Security Level Protection Basic Requirements (level 3)"
},
{
"ID": 5,
"Name": "CIS AWS Baseline v5.0.0"
}
],
"TotalCount": 33
}
}
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.
文档反馈