Domain name for API request: csip.intl.tencentcloudapi.com.
This API is used to query the repair details of a certain fixed vulnerability on a specified host, including basic information about the vulnerability, repair host information, and a detailed list of associated components and paths (component name, version number hit, associated path, repair command).
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: DescribeVulFixedHostDetail. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| VulId | Yes | Integer | Vulnerability ID |
| InstanceId | Yes | String | Host instance ID. |
| Offset | No | Integer | Paging offset, used for associated component & path list pagination. |
| Limit | No | Integer | Number of results per page, used for paginating associated components & path list |
| MemberId.N | No | Array of String | Group Account Member ID |
| Parameter Name | Type | Description |
|---|---|---|
| VulName | String | Vulnerability name |
| CveId | String | CVE id |
| VulCategory | String | Vulnerability type |
| FixTime | String | Repair completion time |
| InstanceId | String | Host instance ID. |
| MachineName | String | Host name. |
| PublicIp | String | Public IP of the server |
| PrivateIp | String | Host private IP address |
| ComponentDetails | Array of ComponentDetailItem | Associated component & path detail list |
| TotalCount | Integer | Total number of associated components & paths |
| 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: DescribeVulFixedHostDetail
<Common request parameters>
{
"VulId": 10001,
"InstanceId": "ins-5ijxpaa6",
"Offset": 0,
"Limit": 10,
"MemberId": [
"mem-tencent-6f5******f*6*429"
]
}
{
"Response": {
"VulName": "OpenSSL remote code execution vulnerability"
"CveId": "CVE-2024-0727",
"VulCategory": "LINUX",
"FixTime": "2025-08-30T23:00:00+08:00",
"InstanceId": "ins-5ijxpaa6",
"MachineName": "yuyinghan of the host"
"PublicIp": "118.24.71.134",
"PrivateIp": "172.27.0.139",
"ComponentDetails": [
{
"Name": "expat",
"Version": "2.2.0-12.el7",
"Path": "/usr/include/zconf.h, /usr/include/zlib.h",
"FixCommand": "sudo yum update expat"
}
],
"TotalCount": 49,
"RequestId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
}
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.
フィードバック