tencent cloud

云安全中心

文档云安全中心API 文档Risk Center APIsDescribeRiskCenterVULViewVULRiskList

DescribeRiskCenterVULViewVULRiskList

下载
聚焦模式
字号
最后更新时间: 2026-09-01 09:48:07

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: DescribeRiskCenterVULViewVULRiskList.
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 VULViewVULRisk 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
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: DescribeRiskCenterVULViewVULRiskList
<Common request parameters>

{
    "MemberId": [
        "mem-68b8087a65268000"
    ],
    "Filter": {
        "Limit": 1,
        "Offset": 0
    }
}

Output Example

{
    "Response": {
        "Data": [
            {
                "AffectAssetCount": 1,
                "AppId": "1315",
                "AppName": "perl",
                "AppVersion": "5.20.2-3+deb8u6",
                "CVE": "CVE-2017-12883",
                "Component": "perl",
                "Describe": "describe info",
                "EMGCVulType": 0,
                "FirstTime": "2024-09-12 14:50:06",
"Fix": "Upgrade to the latest vulnerability-free version\nWe recommend updating the current system or software to the latest version to fix the vulnerability.",
"From": "Container Detection"
                "Id": "0468eaa3505cf5ae9889a052",
                "Index": "0468ea5ae551fb98659a052",
                "Level": "extreme",
"Nick": "Sheng Sheng Oolong",
                "NoHandleCount": 1,
                "Payload": "5.20.2-3+deb8u6",
                "Port": "80",
                "RecentTime": "2024-10-30 11:20:38",
                "References": "http://mirror.cucumberlinux.com/cucumber/cucumber-1.0/source/lang-base/perl/patches/CVE-2017-12883.patch",
                "Uin": "100178",
"VULName": "PERL regular expression parser buffer error vulnerability (CVE-2017-12883)",
"VULType": "buffer overflow",
                "VULURL": "/usr/bin"
            }
        ],
        "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": "848fbdea-ba54-4f46-aaaa-7f70f823b977",
        "TotalCount": 460,
        "VULTypeLists": [
            {
information leakage
"Value": "information leakage"
            },
            {
Processing logic error
"Value": "Fix logic errors"
            },
            {
"Text": "Other",
"Value": "Other"
            },
            {
"Text": "Path traversal",
"Value": "Path traversal"
            },
            {
"Text": "Authorization issue"
"Value": "Authorization issue"
            },
            {
"Text": "Injection vulnerability"
"Value": "Injection vulnerability"
            },
            {
"Text": "Code injection",
"Value": "Code injection"
            },
            {
buffer overflow
"Value": "buffer overflow"
            },
            {
"Text": "Configuration error",
"Value": "Configuration error"
            },
            {
Encryption issue
"Value": "encryption issue"
            },
            {
"Text": "Cross-site scripting",
"Value": "cross-site scripting"
            },
            {
"Command injection",
"Value": "Command injection"
            }
        ]
    }
}

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.

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈