Skip to main content

Get Vulnerability Impact by Stage

GET 

/uve/api/v1/dashboard/vulnerabilities/impact-stage

deprecated

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

Returns a summary of vulnerability across app stages of your application lifecycle.

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

    severities string[]

    Possible values: [critical, medium, high, low]

    Severity

Responses

Success

Schema
    code object
    packageCount int32
    iac int32
    build object
    run object
    serverlessFunction int32
    host int32
    deployedImage int32
    deploy object
    registryImage int32
Loading...