Get Instance Backups
API Version: 1.1.0 (06-Jan-2025)
Retrieve all backups of the VPS
Authorizations
Path parameters
vm_idstring · uuidRequired
VPS UUID that need to be considered for filter
Query parameters
team_idstringOptional
Team ID that need to be considered for filter. Default team will be used if not provided.
Responses
204
Successful operation
application/json
400
Bad request
401
Unauthorized
404
Not found
get
GET /vm/{vm_id}/backups HTTP/1.1
Host: api.cloud.onidel.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": "c1d45377-b2a9-4407-ab8d-6909c34dfaac",
"created_at": "2025-01-05T13:00:20.010960Z",
"size": 20,
"instance": "c1d45377-b2a9-4407-ab8d-6909c34dfaac",
"status": "available"
}
]
Last updated