Get Failback Status of Cloudian Protected Domain by ID
This request returns the failback status of a Cloudian protected domain specified by ID.
Usage:
GET on /domains/cloudians3/{domainId}/failbackstatus
Request URL:
https://<MS hostname>/jss/domains/cloudians3/{domainId}/failbackstatus
Header:
fios-session:vc_sessionId
Request:
N/A
Response:
{
"id": "e052a641-7018-408e-aebd-8122a3db1f5f",
"name": "domain1",
"taskId": 22405,
"connectionStatus": "OK",
"totalDataKB": 331231243 "remainingDataKB": 231231243,
"accumulatedDataKB": 121231243,
"recoveredDataKB": 786549735,
"progress": 60,
"stage": "Starting Recovery",
"runtime": 65943,
"estimatedIssuingStoppingPoint": 1592951177043,
"maxumumDelayAfterStoppingMinutes": 15,
"finalReplaySvm": null,
"remoteDomainState": {
"state": "STOP_FAILED",
"messageCode": 1245
}
"protectedVms": [{
"id": "b2b529f2-8a19-4b62-8986-d03e7c6f5b61",
"uuid": "67b529f2-8a19-4b62-8986-d03e7c6f5b61",
"name": "VMachine-1",
"accumulatedDataKB": 121243,
},
{
"id": "cfb529f2-8a19-4b62-8986-d03e7c6f5b61",
"uuid": "ghb529f2-8a19-4b62-8986-d03e7c6f5b61",
"name": "VirtualMachine-2",
"accumulatedDataKB": 31243,
}
],
"overview": {
"steps": [
"PREREQ_CHECKS",
"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": "TAKE_DOMAIN_OWNERSHIP"
},
"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
},
"rocvaState": {
"version": "1.0.0.0",
"rehydrationTaskId": 100
}
]
}