https://api.ssdnodes.com/servers/{vm_id}/snapshots
Authorization: Bearer 123456789123456789123456789123456789
Parameter | Values Allowed | Default Value | Description |
---|---|---|---|
vm_id* | <VM ID> | ID of the VM |
[
"20250502_daily",
"20250503_daily",
"20250504_daily",
"20250505_daily",
"20250506_daily",
"20250507_daily",
"20250508_on_demand"
]
[
{
"status": "error",
"msg": "VM ID does not exist."
}
]
curl -X GET https://api.ssdnodes.com/servers/1234/snapshots -H "Authorization: Bearer 123456789123456789123456789123456789"
Copied!