Get Point-in-Time Recovery (PITR) Status of Azure Blob Protected Domain
This request returns the PITR status of an Azure Blob protected domain.
Usage:
GET on /domains/azureblob/{domainId}/pitrstatus
Request URL:
https://https://<MS hostname>/jss/domains/azureblob/{domainId}/pitrstatus
Header:
fios-session:vc_sessionId
Request:
N/A
Response:
{
"id": "e052a641-7018-408e-aebd-8122a3db1f5f",
"name": "domain-pitr",
"totalDataKB": 331231243,
"remainingDataKB": 231231243,
"recoveredDataKB": 102931219,
"connectionStatus": "OK",
"progress": 10,
"rollbackTimestamp": 523523523378998,
"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",
"PREPARE_TEMP_VMS",
"POWERON_VMS_AND_RETRIEVE_IP",
"RECOVER_VMS_DATA",
"CLEANUP_TEMP_VMS",
"FINALIZE_VMS",
"COMPLETE"
],
"currentStep": "PREREQ_CHECKS"
},
"criticalAlerts": [{
"code": 20102,
"category": "WARNING",
"name": "DOMAIN_ALERT_OBJECT_STORE_CONNECTION_LOST",
"causeMessageCode": null,
"causeMessageDetails": null,
"resumable": true
}],
"previousRecoveries": [{
"index": 1,
"rollbackPointTimestamp": 21432143
},
{
"index": 2,
"rollbackPointTimestamp": 21432223
}
]
}