Domain name for API request: csip.intl.tencentcloudapi.com.
Cloud resource configuration risk list from the 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 the asset perspective |
| AssetRiskList | Array of AssetRiskItem | Risk list from the asset perspective |
| StandardNameList | Array of StandardItem | Collection of MLPS standard names |
| 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": "Blue of the Sky"
"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 misconfigured"
"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 (Level-2)",
"Terms": [
1.4.1 Identity authentication
]
},
{
"Tag": "CIS Tencent Cloud Basic Benchmark v1.0.0",
"Terms": [
4.1 Underwrite that COS storage buckets cannot be accessed anonymously or publicly.
]
}
],
"UpdateTime": "2025-07-22 17:53:05"
}
],
"RequestId": "1c358530-d17a-4871-bd8c-a1cebde94c9a",
"StandardNameList": [
{
"ID": 1,
"Name": "CIS Alibaba Cloud basic benchmark v2.0.0"
},
{
"ID": 2,
"Name": "CIS AWS computing service benchmark v1.1.0"
},
{
"ID": 3,
"Name": "Network Security Level Protection Basic Requirements (Level-2)"
},
{
"ID": 4,
"Name": "Network Security Level Protection Basic Requirements (Level 3)"
},
{
"ID": 5,
"Name": "CIS AWS basic 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.
フィードバック