Skip to main content

List Deploy Trend

GET 

/c2c/api/v1/deploy/trend

Get the last 30 day trend of open deployment vulnerabilities with 1 data point for each day. The API will return the critical and high severity vulnerability count for Container Registry Image, ECR Image, Azure Registry Image, Google Container Registry Image and Google Artifact Image. The timestamp values are in epoch format and in milliseconds.

Note: You need System Admin or System Admin Read Only role to access this API.

info

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

Request

Responses

OK

Schema
  • Array [
  • timestamp long
    vulnerabilities number
  • ]
Loading...