Skip to main content

Get Prioritized Vulnerabilities V1

GET 

/uve/api/v1/dashboard/vulnerabilities/prioritised

deprecated

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

Returns the count of top-priority vulnerabilities which are aggregated based on the most urgent, exploitable, patchable, and vulnerable packages in use.

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[]

    Asset Type

    Example: packages,serverless
    life_cycle string[]

    Life Cycle

    Example: code,build,deploy,run
    risk_factors string[]

    Risk Factors

    Example: Critical severity, Package in use

Responses

Success

Schema
    lastUpdatedDateTime int64
    totalVulnerabilities int64
    urgent int64
    patchable int64
    exploitable int64
    packageInUse int64
Loading...