KVM
List all backups
Retrieves a list of all backups for a KVM server.
get/api/kvm/{internal_id}/backup/list
Path parameters
internal_idstring required
internal_id of the KVM server
Response
Successful backup list
object required
Example response
{
"status": "success",
"message": "VM backups are listed below",
"data": [
{
"backup_id": "42276a08-e8e9-4917-9715-cc2e91f421f4",
"backup_os": "debian_11",
"backup_description": "",
"size": 583.31,
"created": "2023-06-15T16:15:04.000Z",
"status": "finished"
}
]
}