Get fallout events
get
/topology/v2/fallout/events
Get all fallout events that match the search criteria specified in query parameters
Request
Query Parameters
-
action: string
The action of the Fallout Event to filter by
-
errorcode: string
The error code of the Fallout Event to filter by
-
eventtype: string
The event type of the Fallout Event to filter by
-
limit: integer(int32)
The number of items to return.
-
offset: integer(int32)
The number of items to skip before starting to collect the result setDefault Value:
0
-
state: string
The state of the Fallout Event to filter by
-
targetService: string
The Target Service of the Fallout Event to filter by
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)
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:
object
Examples
204 Response
No fallout events found
400 Response
The request isn't valid
401 Response
The request is unauthorized
403 Response
The request is forbidden
500 Response
An Internal Server Error has occurred