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.
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 |
| 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. |
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
}
{
"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"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
フィードバック