tencent cloud

Cloud Security Center

DescribeVulFixedHostDetail

Download
フォーカスモード
フォントサイズ
最終更新日: 2026-08-11 19:10:07

1. API Description

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.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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.
Value ranges from 0 to +∞.
Default value: 0.

Limit No Integer

Number of results per page, used for paginating associated components & path list
Value ranges from 1 to 100
Default value: 10

MemberId.N No Array of String Group Account Member ID

3. Output Parameters

Parameter Name Type Description
VulName String

Vulnerability name

CveId String

CVE id

VulCategory String

Vulnerability type
Enumeration value:
LINUX: Linux software vulnerability
WINDOWS: Windows system patch vulnerability
WEB_CMS: Web-CMS vulnerability
APPLICATION: Application vulnerability

FixTime String

Repair completion time
Parameter format: YYYY-MM-DDTHH:mm:ssZ (ISO8601 format)

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.

4. Example

Example1 Querying repair details of the host with fixed vulnerabilities

Input Example

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"
    ]
}

Output Example

{
    "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"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック