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.
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 |
| Timeout | No | Integer | Maximum repair time |
| CreateSnapshot | No | Boolean | Whether to create a disk snapshot before repair |
| SnapshotName | No | String | Snapshot name. Valid when CreateSnapshot is true. |
| SaveDays | No | Integer | Snapshot retention days. Valid when CreateSnapshot is true. |
| MemberId.N | No | Array of String | Group Account Member ID |
| 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. |
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**************"
]
}
{
"Response": {
"TaskId": 10001,
"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.
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan