Skip to main content

List Runtime Trend

GET 

/c2c/api/v1/runtime/trend

Get the last 30 days runtime trend of open alerts with 1 data point for each day. The API returns the open alert count of critical and high severity incidents for Policy Category and Attack Path policies. 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
    alerts number
  • ]
Loading...