Deletes fallout events
delete
/topology/v2/fallout/events
Deletes the list of fallout events that matches the search criteria specified in query parameters.
Request
Query Parameters
-
action: string
The action of the Fallout Events to get deleted.
-
all: boolean
Set to true to delete all fallout events (ignores other query parameters)Default Value:
false -
endCreationDate: string
End of Creation date (yyyy-MM-dd)
-
endLastModifiedDate: string
End of LastModified date (yyyy-MM-dd)
-
errorCode: string
The error code of the Fallout Events to get deleted.
-
eventType: string
Event type
-
startCreationDate: string
Start of Creation date (yyyy-MM-dd)
-
startLastModifiedDate: string
Start of LastModified date (yyyy-MM-dd)
-
state: string
The state of the Fallout Events to get deleted.
-
targetService(required): string
The Target Service of the Fallout Events to get deleted. 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
Fallout Events with given filters was deleted successfully
Root Schema : schema
Type:
string400 Response
The request isn't valid
401 Response
You aren't authorized to make this request.
403 Response
The request is forbidden
404 Response
The requested resource not found
500 Response
An Internal Server Error has occurred