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