ReSubmit fallout events

post

/topology/v2/fallout/events/resubmit

Resubmits the fallout events to retry topic (ora-retry-topology) 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

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",
    "events_to_resolve":{
        "ready_to_resubmit":"0",
        "pending":"2",
        "failed":"1"
    }
}
Examples

400 Response

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