Push Event 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)
The adapter kind key of the adapter source
The event object
Show optional properties
{
"eventType": "string",
"message": "string",
"resourceId": "string"
}
{
"cancelTimeUTC": 0,
"eventType": "string",
"htType": "string",
"key": "string",
"keyIndicator": false,
"managedExternally": false,
"message": "string",
"resourceId": "string",
"severity": "string",
"startTimeUTC": 0,
"value": "number"
}
Indicates that an event has been cancelled. For an externally managed event a new event with the same message value must be sent with a cancelTime in order to cancel the event.
The type of the event. Different event types have different required fields.
The type of hard threshold violation
The StatKey for the condition of the HardThreshold event
Whether the HardThreshold event is a key performance indicator True indicates it is a KPI. False otherwise.
If set to true, this event shall persist across collection cycles until another event is pushed to change the status. If set to false, this event will be cancelled during the next collection cycle if it is not pushed again
Event message, the message identifies the event in the system.
The id of the resource for the event
The severity of a system degradation event
The start time for the event in UTC. This time must be after >= 946684800000L, or January 1, 2000. Default is 946684800000L. Value is ignored for Change events.
The current value (not the expected value) of the metric for the HardThreshold event
The Event is added successfully