Get Fallout Event by EntityId
get
/topology/v2/fallout/events/eid/{eid}
Retrieves the fallout event that matches the specified EntityId (eid).
Request
Path Parameters
-
eid(required): string
The unique identifier (eid) of the fallout event to retrieve.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
The fallout event was retrived successfully.
Root Schema : FalloutEvent
Type:
Show Source
object-
action: string
-
createdDate: string
(date)
Example:
2022-03-10 -
createdUser: string
-
entityId: integer
(int64)
-
errorCode: string
-
errorDescription: string
-
event: string
-
eventHeaders: string
-
eventType: string
-
lastModifiedDate: string
(date)
Example:
2022-03-10 -
lastModifiedUser: string
-
origEvent: object
origEvent
-
sourceSystemId: string
-
state: string
-
targetSystemId: string
Nested Schema : origEvent
Type:
objectExamples
400 Response
The request isn't valid
401 Response
You aren't authorized to make this request.
403 Response
The request is forbidden
404 Response
The requested resource not found
500 Response
An Internal Server Error has occurred