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
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
audits object[]
list of audit objects
operation stringAudit operation
user object
id int32name stringfromTime int32time from when the audit operation was anomalous
toTime int32time till which the audit operaion was anomalous
count int32number of audit operations in the given time
messageId int32messageid of the audit operation
{
"audits": [
{
"operation": "string",
"user": {
"id": 0,
"name": "string"
},
"fromTime": 0,
"toTime": 0,
"count": 0,
"messageId": 0
}
]
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
Tells about the error occured
- errorCode ErrorCode
Possible values: [
NO_ERROR
,INVALID_INPUT
,VALUE_NOT_FOUND
,UNKNOWN_EXCEPTION
,CONNECTION_PROBLEM
,UNKNOWN_SQL_ERROR
,INVALID_USER
,INVALID_OPERATION_TYPE
,INTERNAL_SERVER_PROBLEM
,INSUFFICIENT_USER_PERMISSION_ON_ENTITY
,INVALID_ENTITY_ID
]Error code value
{
"errorMessage": "string",
"errorCode": "NO_ERROR"
}
Loading...