Skip to main content

Get Prioritized Vulnerabilities V2

GET 

/uve/api/v2/dashboard/vulnerabilities/prioritised

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

info

This endpoint is available on the Prisma Cloud Darwin release only.

Request

Query Parameters

    asset_type stringrequired

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

    Type of Asset

    life_cycle stringrequired

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

    Life Cycle stage

Responses

Successful response

Schema
    lastUpdatedDateTime int64
    totalVulnerabilities integer
    urgent object
    vulnerabilityCount int64
    assetCount int64
    patchable object
    vulnerabilityCount int64
    assetCount int64
    exploitable object
    vulnerabilityCount int64
    assetCount int64
    packageInUse object
    vulnerabilityCount int64
    assetCount int64
Loading...