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.
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 |
| 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. |
Obtain Vulnerability Risk List from Vulnerability's Perspective
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeVulViewVulRiskList
<Common request parameters>
{}
{
"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"
}
]
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
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. |
フィードバック