Operations
Retrieve operation
Retrieve aggregate deployment progress and its final URL or error.
GET
/api/v1/operations/{operationID}Authentication: REST bearer token required.
Parameters
operationIDUUIDrequiredPathThe aggregate operation UUID.
Responses
200The current 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.