Operations

Retrieve operation

Retrieve aggregate deployment progress and its final URL or error.

GET/api/v1/operations/{operationID}

Authentication: REST bearer token required.

Parameters

operationIDUUIDrequired

PathThe aggregate operation UUID.

Responses

200

The current 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.