Push Events Using POST
Push one or more Events into the system
Request
URI
POST
https://{api_host}/api/events/bulk
COPY
Request Body
The list of events
events of type(s) application/json
Required
{
"event": [
{
"cancelTimeUTC": 0,
"eventType": "string",
"htType": "string",
"key": "string",
"keyIndicator": false,
"managedExternally": false,
"message": "string",
"resourceId": "string",
"severity": "string",
"startTimeUTC": 0,
"value": "number"
}
]
}
Responses
200
Events are added successfully
Operation doesn't return any data structure