tencent cloud

Cloud Security Center

CreateVulFixTask

Download
Mode fokus
Ukuran font
Terakhir diperbarui: 2026-08-11 19:10:14

1. API Description

Domain name for API request: csip.intl.tencentcloudapi.com.

Users manually submit vulnerability repair tasks, specify the vulnerabilities and target hosts that need to be repaired, and the system creates fixing tasks and dispatches execution. It supports options such as specifying the repair timeout period and whether to create a snapshot. The FixItems array is used to precisely control which hosts each vulnerability or KB patch repairs.

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: CreateVulFixTask.
Version Yes String Common Params. The value used for this API: 2022-11-21.
Region No String Common Params. This parameter is not required.
FixItems.N Yes Array of VulFixItem

Repair item list, each item specifies a vulnerability/KB patch and its hosts requiring fixing
Input parameter limit: No more than 100 items, total number of instances not more than 5000

Timeout No Integer

Maximum repair time
Measurement unit: second
Default value: 3600

CreateSnapshot No Boolean

Whether to create a disk snapshot before repair
Default value: false

SnapshotName No String

Snapshot name. Valid when CreateSnapshot is true.
Input parameter limit: Up to 128 characters.

SaveDays No Integer

Snapshot retention days. Valid when CreateSnapshot is true.

MemberId.N No Array of String Group Account Member ID

3. Output Parameters

Parameter Name Type Description
TaskId Integer

Repair task ID, used for subsequent query task status

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 Submit a vulnerability repair task

Input Example

POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateVulFixTask
<Common request parameters>

{
    "FixItems": [
        {
            "VulId": 10001,
            "InstanceIds": [
                "ins-a1b2c3d4"
            ]
        },
        {
            "KBId": 20001,
            "InstanceIds": [
                "ins-e5f6g7h8",
                "ins-i9j0k1l2"
            ]
        }
    ],
    "Timeout": 3600,
    "CreateSnapshot": false,
    "MemberId": [
        "mem-tencent-6f**************"
    ]
}

Output Example

{
    "Response": {
        "TaskId": 10001,
        "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.

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan