Get Anomalous Entities
Select
SaaS
Customer Managed
The number of entities and jobs that are flagged for anomalous behavior and needs attention.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- CountOfAnomalousInfrastructureServers integer
Total Infra machines that needs attention
- CountOfAnomalousServers integer
Total Servers that needs attention
- CountOfAnomalousJobs integer
Total Jobs that needs attention
{
"CountOfAnomalousInfrastructureServers": 0,
"CountOfAnomalousServers": 0,
"CountOfAnomalousJobs": 0
}
{
"CountOfAnomalousInfrastructureServers": 3,
"CountOfAnomalousServers": 32,
"CountOfAnomalousJobs": 0
}
Loading...