tencent cloud

APIs

DescribeVulIgnoreRuleList

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

1. API Description

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

This API is used to retrieve the vulnerability ignore list.

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

Group account member id

Filters.N No Array of Filters

Filter criteria support the following Name:

  • Keyword - Vulnerability name/remark, fuzzy matching
  • Switch - Switch status, filter value: 0 (off) / 1 (on)
  • Limit No Integer

    Page size, default 10, maximum 100

    Offset No Integer

    Pagination offset, starting from 0.

    Order No String

    Sorting order: asc (ascending)/ desc (descending order), default desc

    By No String

    Sorting field. Default sorting order is by last update time (UpdateTime).

    3. Output Parameters

    Parameter Name Type Description
    List Array of VulWhitelist

    Allowlist

    Total Integer

    Total.

    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 Retrieve the ignored allowlist

    Retrieve the ignored allowlist

    Input Example

    POST / HTTP/1.1
    Host: csip.intl.tencentcloudapi.com
    Content-Type: application/json
    X-TC-Action: DescribeVulIgnoreRuleList
    <Common request parameters>
    
    {
        "MemberId": [
            "mem-tencent-6f5795752f66e429"
        ],
        "Limit": 10,
        "Offset": 0,
        "Order": "desc",
        "By": "UpdateTime"
    }

    Output Example

    {
        "Response": {
            "List": [
                {
                    "AppId": 260083796,
                    "AssetList": [],
                    "AssetRange": 0,
                    "Id": 10,
    "Name": "Libvirt iptables rules permission and access control issues vulnerability (CVE-2010-2242)"
    "Remark": "Remark 1",
                    "Switch": 1,
                    "UpdateTime": "2026-06-12T07:42:01Z"
                }
            ],
            "Total": 2,
            "RequestId": "f100017b-0d6d-4693-b9e2-9d5baca191fb"
        }
    }

    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

    The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

    Error Code Description
    InternalError Internal error.

    Bantuan dan Dukungan

    Apakah halaman ini membantu?

    masukan