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
  • Group by one or more of the following fields (comma separated): errorCode, state, action, sourceSystemId, targetService.
  • Retrieves the fallout events summary grouped by sourceSystemId.
  • 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 Top

Response

Supported Media Types

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).
Body ()
Root Schema : schema
Match One Schema
Show Source
Nested Schema : FalloutEventSummary
Type: object
Show Source
Nested Schema : FalloutEventGroupSummary
Type: object
Show Source
Nested Schema : actions
Type: array
Show Source
Nested Schema : FalloutEventActionSummary
Type: object
Show Source
Nested Schema : states
Type: object
Additional Properties Allowed
Show Source
Nested Schema : fallouts
Type: array
Show Source
Examples

400 Response

The request isn't valid
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source

401 Response

You aren't authorized to make this request.
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source

403 Response

The request is forbidden
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source

500 Response

An Internal Server Error has occurred
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source
Back to Top