Operations

Retry operation

Retry a failed or canceled aggregate operation.

POST/api/v1/operations/{operationID}/retry

Authentication: REST bearer token required.

Parameters

operationIDUUIDrequired

PathThe aggregate operation UUID.

Responses

202

A new attempt was accepted as an aggregate operation.

400

The request is invalid or contains an unsupported value.

401

The bearer token is missing, invalid, or expired.

404

The requested resource does not exist for this account.

409

The request conflicts with the current resource state.