Skip to main content

Get Anomalous Entities

The number of entities and jobs that are flagged for anomalous behavior and needs attention.

Responses

OK


Schema
  • CountOfAnomalousInfrastructureServers integer

    Total Infra machines that needs attention

  • CountOfAnomalousServers integer

    Total Servers that needs attention

  • CountOfAnomalousJobs integer

    Total Jobs that needs attention

GET /commserv/anomaly/entity/count?anomalousentitytype=14    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'