Push Events Using POST

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"
        }
    ]
}
array of event
event
Optional

Collection of events

Authentication
This operation uses the following authentication methods.
Responses
200

Events are added successfully

Operation doesn't return any data structure