Creates an event in an application instance.
post
/gatewayapi/restapi/v1/eventServices/processEvent/{appInstanceName}
Request
Supported Media Types
- application/json
Path Parameters
A reference to the Event business object.
Root Schema : Event
Type:
objectA reference to the Event business object.
Show Source
-
name:
string
The name of the event.
-
type:
string
The type of event.
-
valueMap:
object valueMap
Additional Properties Allowed: additionalPropertiesThe criteria that needs to be satisfied for an event to be executed.
Nested Schema : valueMap
Type:
objectAdditional Properties Allowed
Show Source
The criteria that needs to be satisfied for an event to be executed.
Response
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : schema
Type:
boolean404 Response
The EventService does not exist or you do not have access to it.