Domain name for API request: csip.intl.tencentcloudapi.com.
Query the list of vulnerabilities of host nodes under the exposed path in cloud boundary analysis.
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: DescribeVulRiskList. |
| 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. |
| CloudAccountID | No | String | Cloud account ID. |
| Provider | No | String | Cloud service provider. |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Number of vulnerabilities |
| VulRiskList | Array of VulRiskItem | Vulnerability list |
| 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: DescribeVulRiskList
<Common request parameters>
{
"CloudAccountID": "100010421111",
"Provider": "tencent"
}{
"Response": {
"RequestId": "8df95ddb-cc28-489d-a37d-422e0d93fe4b",
"TotalCount": 882,
"VulRiskList": [
{
"AssetID": "ins-xxxx",
"CloudAccountID": "100010421111",
"ContainerID": "",
"CreateTime": "2025-05-15 01:18:44",
"CveID": "CVE-2025-32911",
"Description": "libsoup is a GNOME HTTP client/server library from the GNOME project. libsoup has a security vulnerability that stems from a double free issue in the function soup_message_headers_get_content_disposition."
"Fix": "Software: libsoup2.4-1, Version: 2.70.0-1\n\nFix command\nsudo apt-get -y install libsoup2.4-1 --only-upgrade\n"
"InstanceName": "Testing platform",
"InstanceStatus": "active",
"UpdateTime": "2025-05-21 01:22:30",
"VulCategory": "4",
"VulCategoryName": "Linux software vulnerability",
"VulLevel": "4",
"VulLevelName": "Serious"
"VulName": "libsoup Security Vulnerability (CVE-2025-32911)"
"InstanceStatusName": "Running"
}
]
}
}
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.
Feedback