Skip to main content

Get Vulnerability Impact by Stage - POST

POST 

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

Returns a summary of vulnerability across app stages of your application lifecycle. This API supports the account group and account Id filters in addition to the filters we have in the Get Vulnerability Impact by Stage endpoint.

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

Body

    assetTypes string[]

    List of Asset Types

    lifeCycle string[]

    List of Asset Life Cycles

    severities string[]

    List of Severities

    accountGroups string[]

    List of Cloud Account Groups

    accountIds string[]

    List of Cloud Account IDs

    clusters string[]

    List of Clusters

    clusterNamespaces string[]

    List of Namespaces

    accountNames string[]

    List of Account Names

Responses

Success

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