API ReferenceVm
List_snapshots
List all snapshots.
Response Body
application/json
application/json
application/json
curl -X GET "https://api.freestyle.sh/v1/vms/snapshots"{
"snapshots": [
{
"snapshotId": "string",
"sourceVmId": "string",
"accountId": "string",
"createdAt": "string",
"name": "string",
"hasOverlay": true,
"rootfsBase": "string",
"partition": "string"
}
]
}{
"error": "string",
"message": "string"
}{
"error": "string",
"message": "string"
}