API Version: 1.1.0 (06-Jan-2025)
Last updated 2 days ago
Retrieve all snapshots
Successful operation
"c1d45377-b2a9-4407-ab8d-6909c34dfaac"
"2025-01-05T13:00:20.010960Z"
"vm-snapshot-name"
20
const response = await fetch('https://api.cloud.onidel.com/snapshots', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "id": "c1d45377-b2a9-4407-ab8d-6909c34dfaac", "created_at": "2025-01-05T13:00:20.010960Z", "name": "vm-snapshot-name", "size": 20, "status": "available" } ]