Returns a page of virtual machines in the project, with support for sorting and filtering.
GET
/v1/projects/:projectId/vmsSupported values for sorts and filters on this endpoint are id, name,
operation, operationStatus, 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.