Skip to main content

Get Prioritized Vulnerabilities V4

GET 

/uve/api/v4/dashboard/vulnerabilities/prioritised

deprecated

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

Returns the top-priority vulnerabilities which are aggregated based on the most urgent, exploitable, patchable, internet exposed and vulnerable packages in use along with the number of assets they occur in.

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

    asset_type string[]

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

    Asset Type

    life_cycle string[]

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

    Life Cycle

Responses

Success

Schema
    lastUpdatedDateTime int64
    totalVulnerabilities int64
    urgent object
    vulnerability_count int64
    asset_count int64
    cve_count int64
    patchable object
    vulnerability_count int64
    asset_count int64
    cve_count int64
    exploitable object
    vulnerability_count int64
    asset_count int64
    cve_count int64
    internetExposed object
    vulnerability_count int64
    asset_count int64
    cve_count int64
    packageInUse object
    vulnerability_count int64
    asset_count int64
    cve_count int64
Loading...