Retrieve a summary of monitored data and associated tickets for a workspace. The summary includes the total number of open tickets, closed tickets, monitored data with associated tickets, and monitored data with no associated tickets.
Success
Bad request, validation error
Unauthorized request
Access forbidden
Too Many Requests
Internal server error
{- "openTickets": [
- {
- "ticketTrigger": "malwareInCloudDrive",
- "count": 123
}
], - "closedTickets": [
- {
- "ticketTrigger": "malwareInCloudDrive",
- "count": 123
}
], - "topViolators": [
- {
- "email": "violator@example.com",
- "count": 123,
- "percentage": 72
}
], - "objectsScanned": 123
}