Operations

operations

Methods

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

Get details about a specific operation

List Operations -> Cursor<>
get/v1/operations

List all operations

query Parameters
cursor: string
Optional

Pagination cursor returned by a previous request

limit: number
Optional
(maximum: 100, minimum: 10, default: 100)

Maximum number of items to return

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, pagination }
OperationStatus = "pending" | "running" | "done" | 2 more...

Status of the Operation.

OperationType = "create" | "update" | "delete" | 1 more...

Type of Operation.