Get CVE Details by ID V2
POST/uve/api/v2/vulnerabilities/download
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Get the CVE details and impacted assets by CVE ID in a GZIP CSV format.
Replacement Endpoint: Get CVE Details by ID V3
Note: You need
investigateVulnerabilityRql
feature withView
permission to access this endpoint. Verify if your permission group includes this feature using the Get Permission Group by ID endpoint. You can also check this in the Prisma Cloud console by ensuring that Investigate > Vulnerability is enabled.
Request
- application/json
Body
CVE ID
List of Risk Factors
Possible values: [package
, serverlessFunction
, iac
, deployedImage
, vmImage
, registryImage
, host
]
Asset Type
List of Cloud Account Groups
List of Cloud Account IDs
List of Clusters
List of Namespaces
Unified Asset ID
Responses
- 200
- 202
- 400
- 401
- 403
- 429
- 500
successful operation
- application/octet-stream
- Schema
- Example (from schema)
Schema
- Array [
- ]
string
[
"string"
]
Successfully returned the response for the request
Bad request
- application/octet-stream
- Schema
- Example (from schema)
Schema
{
"code": "string",
"message": "string",
"target": "string"
}
Unauthorized Access
- application/octet-stream
- Schema
- Example (from schema)
Schema
{
"code": "string",
"message": "string",
"target": "string"
}
User Doesn't have role to access
- application/octet-stream
- Schema
- Example (from schema)
Schema
{
"code": "string",
"message": "string",
"target": "string"
}
Rate Limit Exceeded
- application/octet-stream
- Schema
- Example (from schema)
Schema
{
"code": "string",
"message": "string",
"target": "string"
}
Failed with an Exception, Internal Error Occurred
- application/octet-stream
- Schema
- Example (from schema)
Schema
{
"code": "string",
"message": "string",
"target": "string"
}