See when automatic snapshots are taken for your virtual server. This is useful for understanding your backup strategy and ensuring you have recovery points.
vmid integer · min: 1 required Example Unique vmid identifier
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/vm/{vmid}/snapshot-schedules curl -X GET "https://cloud.hostup.se/api/vm/16018/snapshot-schedules" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"schedule": "string",
"limits": {
"totalSnapshots": 0
}
}
}