tencent cloud

Cloud Security Center

DescribeVulViewVulRiskList

다운로드
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-09-01 09:39:52

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 quantity.
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": "CSC"
                "Value": "0"
            },
            {
"Text": "Host detection",
                "Value": "1"
            },
            {
Container detection
                "Value": "5"
            }
        ],
        "LevelLists": [
            {
"Text": "Medium"
                "Value": "middle"
            },
            {
"Text": "Low",
                "Value": "low"
            },
            {
"Text": "Prompt"
                "Value": "info"
            },
            {
Severe
                "Value": "extreme"
            },
            {
High-risk
                "Value": "high"
            }
        ],
        "RequestId": "470926c1-52bf-46fb-bc00-be5d1b8cba9f",
        "Tags": [
            {
"Text": "There is a poc for this vulnerability"
                "Value": "POC"
            },
            {
"Text": "Emergency",
                "Value": "IS_EMERGENCY"
            },
            {
Vulnerability can be remotely exploited
                "Value": "NETWORK"
            }
        ],
        "TotalCount": 672,
        "VULTypeLists": [
            {
Processing logic error
"Value": "Processing 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 DryRun operation means the request will be successful, but the DryRun parameter is passed.
FailedOperation Operation failed.
InternalError Internal error.
InvalidParameter Parameter error.
InvalidParameterValue Parameter value error.
LimitExceeded The quota limit is exceeded.
MissingParameter Parameters are missing.
OperationDenied Operation denied.
RequestLimitExceeded Number of requests exceeds the frequency limit.
ResourceInUse The resource is occupied.
ResourceInsufficient Insufficient resources.
ResourceNotFound The resource does not exist.
ResourceUnavailable Resources are unavailable.
ResourcesSoldOut Resources are sold out.
UnauthorizedOperation Unauthorized operation.
UnknownParameter Unknown parameter error.
UnsupportedOperation The operation is not supported.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백