tencent cloud

APIs

DescribeHostVulItemVPRInfo

Download
フォーカスモード
フォントサイズ
最終更新日: 2026-08-11 19:10:40

1. API Description

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

This API is used to obtain host vulnerability VPR information.

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: DescribeHostVulItemVPRInfo.
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

VulID No Integer

Vulnerability ID

3. Output Parameters

Parameter Name Type Description
Label Array of VPRLabel

VPR Label

VRPRatingInfo VPRRatingInfo

VPR rating process and result

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 Search for vulnerability VPR information

Input Example

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

{
    "MemberId": [
        "mem-tencent-6f5795752f66e429"
    ],
    "VulID": 102837
}

Output Example

{
    "Response": {
        "Label": [
            {
                "Level": "CRITICAL",
"Name": "Urgent Vulnerability"
"Remark": "Manually marked with urgent vulnerability"
            }
        ],
        "VRPRatingInfo": {
"Remark": "This vulnerability has a priority of [critical]. It triggers a mandatory rule: marked with an emergency vulnerability. Primary judgment basis: No known exploitation information; technical exploitability requires further confirmation; hazard level is assessed based on the CVSS score. It is recommended to fix it within 72 hours."
            "Result": "URGENT",
            "Stage": [
                {
"Result": "No known exploitation info"
"Stage": "Threat Activity Level"
                }
            ]
        },
        "RequestId": "bcfe2512-b55d-4bf1-9e66-c3ccb4b46928"
    }
}

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

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック