Retrieve a summary of protected cloud apps and associated tickets for a workspace. The summary includes the total number of open tickets, closed tickets, cloud apps with associated tickets, and cloud apps with no associated tickets.
Success
Bad request, validation error
Unauthorized request
Access forbidden
Too Many Requests
Internal server error
{- "cloudAppStatuses": [
- {
- "name": "office365Enforcement",
- "status": { },
- "noLogs": true
}
], - "openTickets": [
- {
- "ticketTrigger": "malwareInCloudDrive",
- "count": 123
}
], - "closedTickets": [
- {
- "ticketTrigger": "malwareInCloudDrive",
- "count": 123
}
]
}