List Machines
Usage:
List information about all machines available to either the current authenticated user or the team, if the user belongs to a team. The list method takes an optional first argument to limit the returned machine objects.
Parameters:
Name | Description |
| JSON used to filter machines. Use either this or a combination of following options |
| Optional machine id to match on |
| Filter by machine name |
| Filter by operating system used |
| Filter by machine RAM (in bytes) |
| Filter by CPU count |
| Filter by GPU count |
| Filter by total storage |
| Filter by storage used |
| Filter by usage rate |
| Filter by shutdown timeout |
| Filter by performAutoSnapshot flag |
| Filter by autoSnapshotFrequency flag |
| Filter by auto shapshots count |
| Filter by agent type |
| Filter by date created |
| Filter by state |
| Filter by updatesPending |
| Filter by network ID |
| Filter by private IP address |
| Filter by public IP address |
| Filter by region |
| Filter by user ID |
| Filter by team ID |
| Filter by last run date |
Last updated