Resubmit fallout events

post

/topology/v2/fallout/events/resubmit

Resubmits the fallout events to target service's retry topic and moves the state to COMPLETED or FAILED. The fallout events which are in COMPLETED state will not be resubmitted

Request

Query Parameters
  • The action of the Fallout Events to resubmit. Default value is REBUILD
    Default Value: REBUILD
  • The error code of the Fallout Events to resubmit
  • The state of the Fallout Events to resubmit. Default value is READY_TO_RESUBMIT
    Default Value: READY_TO_RESUBMIT
  • Based on targetService, event will be resubmitted to target kafka retry topic. 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

Events Resubmitted to retry topic successfully
Body ()
Root Schema : schema
Example:
{
    "processed":"0",
    "targetService":"ATA",
    "events_to_resolve":{
        "ready_to_resubmit":"1",
        "pending":"238",
        "failed":"0"
    }
}
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

The request is unauthorized
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

404 Response

The requested resource not found
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