tencent cloud

APIs

DescribeRaspRuleVuls

Unduh
Mode fokus
Ukuran font
Terakhir diperbarui: 2026-06-10 17:03:34

1. API Description

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

Retrieve the list of vulnerabilities in the Vulnerability Defense Allowlist

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: DescribeRaspRuleVuls.
Version Yes String Common Params. The value used for this API: 2020-11-01.
Region No String Common Params. This parameter is not required.
Filters.N No Array of RunTimeFilters Filter criteria
  • Level - String - required: no - threat level, CRITICAL: critical, HIGH: high, MIDDLE: medium, LOW: low
  • CVEID- string - required: no - cve id
  • Name- string - required: no - vulnerability name
  • Limit No Integer Number of entries to be returned. Default value: 10. Maximum value: 100.
    Offset No Integer Offset. Default value: 0.
    Order No String Sort Mode: DESC, ACS
    By No String Sort field. SubmitTime: Disclosure time

    3. Output Parameters

    Parameter Name Type Description
    List Array of RaspRuleVul List content
    TotalCount Integer Total number.
    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 This example shows you how to query the list of allowlisted vulnerabilities.

    This example shows you how to query the list of allowlisted vulnerabilities.

    Input Example

    POST / HTTP/1.1
    Host: tcss.intl.tencentcloudapi.com
    Content-Type: application/json
    X-TC-Action: DescribeRaspRuleVuls
    <Common request parameters>
    
    {
        "Filters": [
            {
                "Name": "WhiteType",
                "Values": [
                    "1"
                ]
            }
        ]
    }
    

    Output Example

    {
        "Response": {
            "List": [
                {
                    "CveID": "cveid",
                    "SupportDefense": 1,
                    "VulVulsID": 9102851,
                    "VulVulsName": "Weblogic T3/IIOP deserialization vulnerability"
                },
                {
                    "CveID": "cveid",
                    "SupportDefense": 1,
                    "VulVulsID": 9102413,
                    "VulVulsName": "xstream deserialization vulnerability series"
                },
                {
                    "CveID": "cveid",
                    "SupportDefense": 1,
                    "VulVulsID": 9102408,
                    "VulVulsName": "Jackson deserialization vulnerability"
                },
                {
                    "CveID": "pcmgr-9102137",
                    "SupportDefense": 1,
                    "VulVulsID": 9102137,
                    "VulVulsName": "Apache Struts2 remote code execution vulnerability"
                },
                {
                    "CveID": "",
                    "SupportDefense": 1,
                    "VulVulsID": 9102094,
                    "VulVulsName": "java deserialization vulnerability"
                },
                {
                    "CveID": "pcmgr-9102071",
                    "SupportDefense": 1,
                    "VulVulsID": 9102071,
                    "VulVulsName": "Fastjson deserialization arbitrary code execution vulnerability"
                },
                {
                    "CveID": "pcmgr-9100547",
                    "SupportDefense": 1,
                    "VulVulsID": 9100547,
                    "VulVulsName": "Fastjson remote code execution vulnerability"
                },
                {
                    "CveID": "cveid",
                    "SupportDefense": 1,
                    "VulVulsID": 9100414,
                    "VulVulsName": "Fastjson deserialization remote code execution vulnerability"
                },
                {
                    "CveID": "pcmgr-9100399",
                    "SupportDefense": 1,
                    "VulVulsID": 9100399,
                    "VulVulsName": "Fastjson remote code execution vulnerability"
                },
                {
                    "CveID": "cveid",
                    "SupportDefense": 1,
                    "VulVulsID": 9100388,
                    "VulVulsName": "Fastjson remote code execution vulnerability"
                }
            ],
            "RequestId": "bbeddb8a-f99d-43a1-aadb-c32e148fdb94",
            "TotalCount": 215
        }
    }
    

    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
    AuthFailure A CAM signature/authentication error occurred.
    InternalError An internal error occurred.
    InvalidParameter The parameter is incorrect.
    InvalidParameter.InvalidFormat The parameter format is incorrect.
    InvalidParameter.MissingParameter The required parameter is missing.
    InvalidParameter.ParsingError A parameter parsing error occurred.
    MissingParameter The parameter is missing.
    UnknownParameter The parameter is unknown.

    Bantuan dan Dukungan

    Apakah halaman ini membantu?

    masukan