cURL
curl --request GET \ --url https://api.cloud.onidel.com/snapshots \ --header 'Authorization: <api-key>'
[ { "id": "c1d45377-b2a9-4407-ab8d-6909c34dfaac", "created_at": "2025-01-05T13:00:20.010Z", "name": "vm-snapshot-name", "desc": "snapshot @ 20/09/2025", "size": 20, "status": "available" } ]
List snapshots available to the user
Provide the value as: Token <your-api-token>
Token <your-api-token>
Successful operation
"c1d45377-b2a9-4407-ab8d-6909c34dfaac"
"2025-01-05T13:00:20.010Z"
"vm-snapshot-name"
"snapshot @ 20/09/2025"
20
available
pending