[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Push Events By Adapter Kind Key
DescriptionIf 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
URLURL
https://localhost/suite-api/api/events/bulk/adapterkinds/{adapterKind}
Path Parameters
Path Parameters
string
adapterKind
Required
The adapter kind key of the adapter source
Request Body
Request Body
events
of type(s) application/json, application/xml
Required
The list of events
Authentication
This operation uses the following authentication methods.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"event":[{"cancelTimeUTC":0,"eventType":"CHANGE","htType":"EQUAL","key":"string","keyIndicator":false,"managedExternally":false,"message":"string","resourceId":"string","severity":"UNKNOWN","startTimeUTC":0,"value":0}]}' https://localhost/suite-api/api/events/bulk/adapterkinds/{adapterKind}
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Events Operations
post
post