cURL
curl --request GET \ --url https://api.cloud.onidel.com/vm/{vm_id}/backups \ --header 'Authorization: <api-key>'
[ { "id": "c1d45377-b2a9-4407-ab8d-6909c34dfaac", "created_at": "2025-01-05T13:00:20.010Z", "size": 20, "instance": "c1d45377-b2a9-4407-ab8d-6909c34dfaac", "status": "available" } ]
Get all backups of the VM
Provide the value as: Token <your-api-token>
Token <your-api-token>
VM UUID that need to be considered for filter
Team ID that need to be considered for filter. Default team will be used if not provided.
Successful operation
"c1d45377-b2a9-4407-ab8d-6909c34dfaac"
"2025-01-05T13:00:20.010Z"
20
available
pending