Operations
operations
Methods
get/v1/operations/{operation_id}
Request example
200Example
get/v1/operations
List all operations
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.