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
- 200
- 400
- 401
- 403
- 429
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
timestamp long
vulnerabilities number
[
{
"vulnerabilities": 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...