Skip to main content

Get Top Impacting Vulnerabilities

GET 

/uve/api/v1/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, severity, CVSS, risk factors, and assets impacted.

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

    life_cycle string[]required

    Life Cycle

    Example: code,build,deploy,run
    topN int32

    Default value: 5

    TopN

    Example: 5

Responses

Success

Schema
    lastUpdatedDateTime int64
    cve object[]
  • Array [
  • id string
    cvssScore double
    severity string
    trends object[]
  • Array [
  • reportedDate int64
    assetsWithCveCount int64
  • ]
  • riskFactors string[]
    assetsImpacted object
    codeCount int64
    buildCount int64
    deployCount int64
    runtimeCount int64
  • ]
Loading...