List VMs
GET
/projects/:projectId/vmsReturns a page of virtual machines in the project, with support for sorting and filtering.
Supported values for sorts and filters on this endpoint are id, name,
operation, operationStatus, status, bootStatus, cpu, ramGb,
diskGb, createdAt and updatedAt. The default sort order when sorts is
omitted is -createdAt,name (newest first, then by name).
Request
Responses
- 200
- 400
A page of VMs matching the query.
sorts or filters referenced a field that is not supported by this endpoint, or had
invalid syntax.