Accept Anomaly Event Details For Multiple Clients
Select
SaaS
Endpoint for accepting anomaly event details for multiple client computers
- application/json
Request Body required
anomalyDetections object[]
client object
hostName stringHost name where the anomaly was detected
anomalyDetectedBy object
vendorName stringThe name of the vendor detecting the anomaly
anomalyDetails object[]
anomalyEvents object[]
detectionTime int64Unix timestamp of the event detection
eventId stringUnique ID of the event
eventUrl stringURL containing details of the event
anomalyReason stringDetails of the anomaly
detectionTime int64Unix timestamp of the anomaly detection
eventId stringUnique ID of the event type
timesSeen integerIndicates the occurrence of the event
eventType stringType of event
additionalInfo object[]
dataType integerType of additional data
name stringName of the additional data
value stringValue of the additional data
Responses
- 200
- 400
- 500
Anomaly event details successfully accepted
Bad request, malformed payload
Internal server error
Loading...