Skip to main content

Get Prioritized Vulnerabilities

GET 

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

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

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 integer
    patchable integer
    exploitable integer
    packageInUse integer
Loading...