Get Failover Status of Cloudian Protected Domain by ID
This request returns the failover status of a Cloudian protected domain specified by ID.
Usage:
GET on /domains/cloudians3/{domainId}/failoverstatus
Request URL:
https://<MS hostname>/jss/domains/cloudians3/{domainId}/failoverstatus
Header:
fios-session:vc_sessionId
Request:
N/A
Response:
{
"id": "e052a641-7018-408e-aebd-8122a3db1f5f",
"name": "domain1",
"status": "RECOVERY_RUNNING",
"totalDataKB": 331231243 "remainingDataKB": 231231243,
"connectionStatus": "OK",
"progress": 10,
"protectedVms": [{
"id": "b2b529f2-8a19-4b62-8986-d03e7c6f5b61",
"uuid": "67b529f2-8a19-4b62-8986-d03e7c6f5b61",
"name": "VMachine-1",
"status": "RECOVERABLE"
},
{
"id": "cfb529f2-8a19-4b62-8986-d03e7c6f5b61",
"uuid": "ghb529f2-8a19-4b62-8986-d03e7c6f5b61",
"name": "VirtualMachine-2",
"status": "RECOVERABLE"
}
],
"overview": {
"steps": [
"PREREQ_CHECKS",
"TAKE_DOMAIN_OWNERSHIP",
"PREPARE_REHYDRATION",
"PREPARE_ISOS",
"RECREATE_DOMAIN",
"PREPARE_TEMP_VMS",
"POWERON_VMS_AND_RETRIEVE_IP",
"RECOVER_VMS_DATA",
"CLEANUP_TEMP_VMS",
"RESUME_DOMAIN_PROTECTION",
"FINALIZE_VMS",
"APPLY_RESUMPTION_POLICY",
"EXECUTE_RUNBOOK",
"COMPLETE"
],
"currentStep": "PREREQ_CHECKS"
},
"criticalAlerts": [{
"code": 20102,
"category": "WARNING",
"name": "DOMAIN_ALERT_OBJECT_STORE_CONNECTION_LOST",
"causeMessageCode": null,
"causeMessageDetails": null,
"resumable": true
},
{
"code": 20113,
"category": "WARNING",
"name": "DOMAIN_ALERT_DRVA_CONNECTION_LOST",
"causeMessageCode": null,
"causeMessageDetails": null,
"resumable": true
}
]
}