Get Failback Status of Azure Blob Protected Domain by ID
This request returns the failback status of an Azure Blob protected domain specified by ID.
Usage:
GET on /domains/azureblob/{domainId}/failbackstatus
Request URL:
https://<MS hostname>/jss/domains/azureblob/{domainId}/failbackstatus
Header:
fios-session:vc_sessionId
Request:
N/A
Response:
{
"connectionStatus": "OK",
"criticalAlerts": [],
"accumulatedDataKB": null,
"estimatedIssuingStoppingPoint": null,
"finalReplaySvm": null,
"maxDelayAfterStoppingMinutes": 10,
"overview": {
"steps": [
"PREREQ_CHECKS",
"PREPARE_REHYDRATION",
"PREPARE_ISOS",
"RECREATE_DOMAIN",
"PREPARE_TEMP_VMS",
"POWERON_VMS_AND_RETRIEVE_IP",
"RECOVER_VMS_DATA_WAIT_FOR_COMPLETION_REQ",
"INITIALIZE_DR_PROTECTION_MODE",
"CLEANUP_TEMP_VMS",
"TAKE_DOMAIN_OWNERSHIP",
"RESUME_DOMAIN_PROTECTION",
"FINALIZE_VMS",
"APPLY_RESUMPTION_POLICY",
"EXECUTE_RUNBOOK",
"COMPLETE"
],
"currentStep": "RECOVER_VMS_DATA_WAIT_FOR_COMPLETION_REQ"
},
"progress": 37,
"protectedVms": [{
"accumulatedDataKB": null,
"id": "acb7e7c2-9601-11ec-8de3-005056bba31d",
"uuid": "5026eace-625c-2133-aa81-8a80eca6ba6f",
"name": "fs200-centos-vm-06"
}],
"recoveredDataKB": 645933,
"remainingDataKB": 1357011,
"remoteDomainState": null,
"runtime": 198,
"stage": "REMOTE_SITE_STOPPING",
"totalDataKB": null,
"id": "a0a1452c-9601-11ec-8de3-005056bba31d",
"name": "fs035-dom-01",
"taskId": 97
}