tencent cloud

DescribeVulViewVulRiskList
Last updated:2026-01-29 18:11:45
DescribeVulViewVulRiskList
Last updated: 2026-01-29 18:11:45

1. API Description

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

Obtain Vulnerability Risk List from Vulnerability's Perspective

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: DescribeVulViewVulRiskList.
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
Filter No Filter Filtered Content
Tags.N No Array of AssetTag Asset tag

3. Output Parameters

Parameter Name Type Description
TotalCount Integer Total number of entries
Data Array of VULViewVULRiskData Vulnerability Risk List from Vulnerability Asset's Perspective
LevelLists Array of FilterDataObject Danger Level List
FromLists Array of FilterDataObject Source List
VULTypeLists Array of FilterDataObject Vulnerability Type List
Tags Array of FilterDataObject tag enumeration.
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 Obtain Vulnerability Risk List from Vulnerability's Perspective

Obtain Vulnerability Risk List from Vulnerability's Perspective

Input Example

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

{}

Output Example

{
    "Response": {
        "Data": [
            {
                "AffectAssetCount": 1,
                "AppId": "1300448058",
                "AppName": "app_andy",
                "AppVersion": "v1.0.0.1",
                "CVE": "CVE-2019-25032",
                "Component": "Unbound",
                "EMGCVulType": 0,
                "FirstTime": "2023-10-30 15:02:23",
"From": "Host detection"
                "Index": "04c52dbf64c927a11b15840089e8f1d3",
                "Level": "high",
                "Nick": "andy",
                "NoHandleCount": 0,
                "PCMGRId": "pcmgr-n12on4o1n",
                "Payload": "bnd12iu41i",
                "Port": "621",
                "RecentTime": "2023-11-29 14:43:07",
                "RiskId": "04c52dbf64c927a11b15840089e8f1d3",
                "Uin": "1092741621",
"VULName": "Unbound vulnerability due to input validation errors (CVE-2019-25032)"
"VULType": "Fix logic error"
                "VULURL": "/hello/echo"
            }
        ],
        "FromLists": [
            {
"Text": "Cloud Security Center (CSC)"
                "Value": "0"
            },
            {
"Text": "Host detection"
                "Value": "1"
            },
            {
Container detection
                "Value": "5"
            }
        ],
        "LevelLists": [
            {
"Text": "Medium risk"
                "Value": "middle"
            },
            {
Low risk
                "Value": "low"
            },
            {
"Text": "Note",
                "Value": "info"
            },
            {
Serious
                "Value": "extreme"
            },
            {
"Text": "High risk",
                "Value": "high"
            }
        ],
        "RequestId": "470926c1-52bf-46fb-bc00-be5d1b8cba9f",
        "Tags": [
            {
The vulnerability has a poc
                "Value": "POC"
            },
            {
"Text": "Emergency"
                "Value": "IS_EMERGENCY"
            },
            {
The security vulnerability can be exploited remotely.
                "Value": "NETWORK"
            }
        ],
        "TotalCount": 672,
        "VULTypeLists": [
            {
Fix logic error
"Value": "Fix logic error"
            }
        ]
    }
}

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 CAM signature/authentication error.
DryRunOperation The request would have succeeded, but the DryRun parameter was used.
FailedOperation Operation failed.
InternalError An internal error occurs.
InvalidParameter The parameter is incorrect.
InvalidParameterValue Invalid parameter value.
LimitExceeded The quota limit is reached.
MissingParameter Missing parameters.
OperationDenied Operation denied.
RequestLimitExceeded Too many requests.
ResourceInUse Occupied resource
ResourceInsufficient Resources are insufficient.
ResourceNotFound The resource doesn't exist.
ResourceUnavailable The resource is unavailable
ResourcesSoldOut The resources have been sold out.
UnauthorizedOperation The operation is unauthorized.
UnknownParameter The parameter is unknown.
UnsupportedOperation The operation is not supported.
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback