Skip to main content

Get Vulnerabilities Burndown

GET 

/uve/api/v2/dashboard/vulnerabilities/burndown

Get the data for burndown chart.

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 (comma separated values)

    life_cycle stringrequired

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

    Life Cycle stage (comma separated values)

    severities stringrequired

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

    Severity (comma separated values)

Responses

Successful response

Schema
  • Array [
  • dayNum long

    Count down of the day backwards from present day

    totalCount long

    Number of vulnerabilities in the given day

    remediatedCount long

    Number of vulnerabilities remediated for the given day

    epochTimestamp long

    Time upto which the entry was recorded

  • ]
Loading...