KVM
Check backup creation status (24fire+)
Check the status/progress of the running backup creation task. Requires 24fire+.
post/api/kvm/{internal_id}/backup/create/status
Path parameters
internal_idstring required
internal_id of the KVM server
Response
Backup status retrieval
object required
Example response
{
"status": "success",
"message": "VM backup task result is shown below",
"data": {
"status": "pending",
"progress": {
"percentage": 14,
"data_stored": 1.4,
"total_data": 10
}
}
}