Domain name for API request: csip.intl.tencentcloudapi.com.
Cloud resource configuration risk list from asset 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: DescribeAssetRiskList. |
| 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 | Filtered Content |
| Limit | No | Integer | Pagination 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 asset perspective |
| AssetRiskList | Array of AssetRiskItem | Risk list from asset perspective |
| StandardNameList | Array of StandardItem | Standard name collection |
| AssetTypeList | Array of AttributeOptionSet | Asset 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: DescribeAssetRiskList
<Common request parameters>
{
"Limit": 1
}
{
"Response": {
"AssetRiskList": [
{
"AppId": 9000448058,
"AssetType": "Bucket",
"CheckType": "auth_control",
"Classify": "emergency",
"CloudAccountId": "30001616646",
"CloudAccountName": "Sky Blue"
"CreateTime": "2025-07-14 16:24:01",
"InstanceId": "rdpexport-9000448058",
"InstanceName": "rdpexport-9000448058",
"Provider": "tencent",
"ProviderName": "Tencent Cloud",
"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": [
1.4.1 Identity authentication
]
},
{
"Tag": "Network Security Level Protection Basic Requirements (second-level)"
"Terms": [
1.4.1 Identity authentication
]
},
{
"Tag": "CIS Tencent Cloud Base Benchmark v1.0.0"
"Terms": [
4.1 Underwrite the COS storage bucket cannot be anonymous or public access.
]
}
],
"UpdateTime": "2025-07-22 17:53:05"
}
],
"RequestId": "1c358530-d17a-4871-bd8c-a1cebde94c9a",
"StandardNameList": [
{
"ID": 1,
"Name": "CIS Alibaba Cloud 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"
},
{
"ID": 6,
"Name": "CIS Tencent Cloud Infrastructure Benchmark v1.0.0"
}
],
"TotalCount": 2877
}
}
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.
피드백