slide_list_virtual_machines
List virtual machines created from snapshots, filterable by creation date, with pagination and VNC connection info while excluding live VNC passwords.
Instructions
List virtual machines created from a snapshot, filterable by creation date. VNC connection info (host/port/websocket URI) is included, but the live VNC password is never returned even though the underlying Slide API includes it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items to return per page. Defaults to 10. | |
| offset | No | Starting index for pagination. Defaults to 0. | |
| sort_by | No | Field to sort by. Defaults to "created". | |
| sort_asc | No | Sort in ascending order. Defaults to false (descending). | |
| created_after | No | Filter results to after a specific creation timestamp (RFC3339 format). | |
| created_before | No | Filter results to before a specific creation timestamp (RFC3339 format). |