tencent cloud

APIs

DescribeVulFixTaskList

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

1. API Description

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

This API is used to query the vulnerability repair task record list with paging, support by conditional filtering such as remediation status and time range, and show summary information for each repair task.

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: DescribeVulFixTaskList.
Version Yes String Common Params. The value used for this API: 2022-11-21.
Region No String Common Params. This parameter is not required.
Offset No Integer

Paging offset
Value ranges from 0 to +∞
Default value: 0

Limit No Integer

Number of results per page
Value ranges from 1 to 100
Default value: 10

Filters.N No Array of Filters

Filtering Conditions
Supported Filter.Name:
TaskId - Exact match, filter by task ID
JobId - Exact match, filter by task JobId, corresponding to the task ID of the background job system
FixStatus - Exact match, filter by remediation status: 0-Initialization 1-In remediation 2-Repair successful 3-Partially fix failed 4-All fix failed 5-Stop fix
StartTime - Range match, remediation startup time range, input two values to indicate start and end time
AppId - Exact match, filter by creator AppId
VulCategory - Exact match, filter by vulnerability type: LINUX-Linux software vulnerability WINDOWS-Windows system patch vulnerability WEB_CMS-Web-CMS vulnerability APPLICATION-Application vulnerability EMERGENCY-Emergency vulnerability
TaskName - Fuzzy matching, filter by vulnerability name/CVE ID/KB patch name, matching task associated vulnerability or KB patch

Order No String

Sorting field
Enumeration value:
StartTime: Sort by repair start time
EndTime: Sort by repair end time
CreateTime: Sort by creation time

By No String

Sorting method
Enumeration value:
asc: Ascending
desc: Descending order
Default value: desc

MemberId.N No Array of String Group Account Member ID

3. Output Parameters

Parameter Name Type Description
Data Array of VulFixTaskItem

Repair task list

TotalCount Integer

Total quantity.

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 task list

Input Example

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

{
    "Offset": 0,
    "Limit": 10
}

Output Example

{
    "Response": {
        "Data": [
            {
                "Id": 1,
                "TaskId": 10001,
                "VulIds": [
                    10001
                ],
                "KBIds": [],
                "AssetCount": 5,
                "SuccessCount": 3,
                "FailCount": 1,
                "Progress": 80,
                "TargetAppIdsCount": 2,
                "FixStatus": 1,
                "Timeout": 600,
                "StartTime": "2025-06-26T10:00:00+08:00",
                "EndTime": "2025-06-26T10:10:00+08:00",
                "CreateTime": "2025-06-26T09:58:00+08:00",
                "VulNames": [
                    "CVE-2024-12345"
                ],
                "VulCategory": [
                    "LINUX"
                ],
                "AppId": 1251001234
            }
        ],
        "TotalCount": 1,
        "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.

ヘルプとサポート

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

フィードバック