Skip to main content

gets anomalous audits

Select

SaaS
Customer Managed

Get anomalous audits in the specified time

Query Parameters
  • fromTime int32

    Anomalous audits from a specific time (in epochs)

    Example: 1693193428
  • toTime int32

    Anomalous audits till a specific time (in epochs)

    Example: 1693193901
Responses

OK


Schema
  • audits object[]

    list of audit objects

  • operation string

    Audit operation

  • user object
  • id int32
  • name string
  • fromTime int32

    time from when the audit operation was anomalous

  • toTime int32

    time till which the audit operaion was anomalous

  • count int32

    number of audit operations in the given time

  • messageId int32

    messageid of the audit operation

GET /v4/anomalousaudits    

Authorization

type: apiKeyname: Authtokenin: header

Request

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