Skip to main content

Get Top Impacting Vulnerabilities V2

GET 

/uve/api/v2/dashboard/vulnerabilities/prioritised-vuln

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Returns the CVEs of top critical vulnerabilities in your environment based on the risk score. Each CVE includes risk factors, epssScore, severity, CVSS, risk factors, and assets impacted. This endpoint returns the epss score details in addition to those from Get Top Impacting Vulnerabilities.

info

Note: You need vulnerabilityDashboard feature with View 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 Dashboard > Vulnerability is enabled.

Request

Query Parameters

    topN int32required

    TopN

    Example: 5
    life_cycle string[]required

    Possible values: [code, build, deploy, run]

    Life Cycle

    asset_type string[]

    Possible values: [package, iac, deployedImage, vmImage, registryImage, host, serverlessFunction]

    Asset Type

Responses

Success

Schema
    lastUpdatedDateTime int64
    cve object[]
  • Array [
  • id string
    cvssScore double
    epssScore int64
    epssScorePrevious int64
    completeEpssScore double
    severity string
    riskFactors string[]
    assetsImpacted object
    codeCount int64
    buildCount int64
    deployCount int64
    runtimeCount int64
    assetsAtRisk int64
  • ]
Loading...