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
- 200
- 400
- 401
- 403
- 429
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
timestamp long
alerts number
[
{
"alerts": 0
}
]
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error object
code string
message string
target string
{
"error": {
"code": "string",
"message": "string",
"target": "string"
}
}
Unauthorized
Forbidden
Too Many Requests
Loading...