Operations
Retry operation
Retry a failed or canceled aggregate operation.
POST
/api/v1/operations/{operationID}/retryAuthentication: REST bearer token required.
Parameters
operationIDUUIDrequiredPathThe aggregate operation UUID.
Responses
202A new attempt was accepted as an aggregate operation.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.
404The requested resource does not exist for this account.
409The request conflicts with the current resource state.