Virtual Machines
List VMs
List all the VM instances you have access to
GET
List all VM instances in a project. Supports filtering by various parameters.
Query Parameters
ids
: Filter by specific VM IDsnames
: Filter by VM namestypes
: Filter by VM typeslocations
: Filter by locationsstates
: Filter by VM stateslimit
: Maximum number of resultssort
: Sort fieldnext_token
: Token for next pageprev_token
: Token for previous page
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Project id
Query Parameters
VM ids
VM names
VM types
Locations
VM status
Limit
Sort
Next page
Prev page
Response
200 - application/json
The response is of type object
.