Get fallout events summary
get
/topology/v2/fallout/events/summary
The fallout events summary was retrieved sucessfuly. Optionally, results can be grouped by one or more fields (errorCode, state, action, sourceSystemiI, targetService) using the 'groupBy' query parameter.
Request
Query Parameters
-
groupBy: string
Group by one or more of the following fields (comma separated): errorCode, state, action, sourceSystemId, targetService.
-
sourceSystemId: string
Retrieves the fallout events summary grouped by sourceSystemId.
-
targetService: string
Based on targetService, will get fallout events summary. Supported values for targetService are ATA, SSC & AlarmConsumer.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Returns either a detailed summary of fallout events with counts grouped by actions and their respective states when no 'groupBy' parameter is provided, or a grouped summary based on the 'groupBy' query parameter (which can be one or more of errorcode, state, action, sourcesystemid and/or targetService).
Nested Schema : FalloutEventActionSummary
Type:
Show Source
object-
action: string
-
count: integer
(int64)
-
states: object
states
Additional Properties Allowed: additionalProperties
Examples
400 Response
The request isn't valid
401 Response
You aren't authorized to make this request.
403 Response
The request is forbidden
500 Response
An Internal Server Error has occurred