Get a fallout event
get
/topology/v2/fallout/events/eid/{eid}
Gets the fallout event that matches the specified eid
Request
Path Parameters
-
eid(required): string
The entity ID of the fallout event to be searched
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Fallout Event with given entityId
Root Schema : FalloutEvent
Type:
Show Source
object
-
action: string
-
createdDate: string
(date)
-
createdUser: string
-
entityId: integer
(int64)
-
errorCode: string
-
errorDescription: string
-
event: string
-
eventHeaders: string
-
eventType: string
-
lastModifiedDate: string
(date)
-
lastModifiedUser: string
-
origEvent: object
origEvent
-
sourceSystemId: string
-
state: string
Nested Schema : origEvent
Type:
object
Examples
400 Response
The request isn't valid
401 Response
The request is unauthorized
403 Response
The request is forbidden
404 Response
The requested resource not found
500 Response
An Internal Server Error has occurred