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
-
action: string
The action of the Fallout Events to resubmit. Default value is REBUILDDefault Value:
REBUILD
-
errorcode: string
The error code of the Fallout Events to resubmit
-
state: string
The state of the Fallout Events to resubmit. Default value is READY_TO_RESUBMITDefault Value:
READY_TO_RESUBMIT
-
targetService(required): string
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 TopResponse
Supported Media Types
- application/json
200 Response
Events Resubmitted to retry topic successfully
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
401 Response
The request is unauthorized
403 Response
The request is forbidden
404 Response
The requested resource not found
500 Response
An Internal Server Error has occurred