Push Events By Adapter Kind Key Using POST

Push Events By Adapter Kind Key Using POST

If the adapter kind specified is not present in the system, it will be created dynamically. However, if the adapter kind specified does already exist, then it must be of OPENAPI adapter kind type. Also the API sanitizes the Push Adapter Kind key by removing invalid characters (e.g.: Embedded HTML & JS)

Request
URI
POST
https://{api_host}/api/events/bulk/adapterkinds/{adapterKind}
COPY
Path Parameters
string
adapterKind
Required

The adapter kind key of the adapter source


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

The Events are added successfully

Operation doesn't return any data structure