API Version: 1.1.0 (06-Jan-2025)
Last updated 1 month ago
Retrieve all snapshots
/snapshots
curl -L \ --url 'https://api.cloud.onidel.com/snapshots' \ --header 'Authorization: YOUR_API_KEY'
[ { "id": "c1d45377-b2a9-4407-ab8d-6909c34dfaac", "created_at": "2025-01-05T13:00:20.010960Z", "name": "vm-snapshot-name", "size": 20, "status": "available" } ]