Operations

operations

Methods

Get Operation Details ->
get/v1/operations/{operation_id}

Get details about a specific operation

List Operations ->
get/v1/operations

List all operations

Response fields
Request example
200Example

Domain types

Operation = { id, created_at, kind, 4 more... }

Operation details.

OperationKind = "vm" | "volume" | "vpc" | 1 more...

Kind of operation.

OperationList = { items }
OperationStatus = "pending" | "running" | "done" | 2 more...

Status of the operation.

OperationType = "create" | "update" | "delete"

Type of operation.