Operations
operations
Methods
get/v1/operations/{operation_id}
Get details about a specific operation
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" | 1 more...
Type of Operation.