InlineRestoreStatus1
{
"backup_id": "string",
"backup_name": "string",
"backup_start_time": 0,
"restore_start_time": "EpochMsTimestamp Object",
"restore_end_time": "EpochMsTimestamp Object",
"progress": 0,
"progress_message": "string",
"status": "string",
"version": "string",
"error_messages": [
"string"
],
"no_of_entities": 0,
"entities_status": [
{
"id": "string",
"name": "string",
"type": "string",
"status": "string",
"error_messages": [
"string"
]
}
],
"backup_location": "string",
"server_address": "string"
}
Unique id of backup
Backup name
Milliseconds since Unix epoch when the source backup started (EpochMsTimestamp).
Milliseconds since Unix epoch when the restore started (EpochMsTimestamp).
Milliseconds since Unix epoch when the restore completed (EpochMsTimestamp).
Restore progress, expressed as a percentage from 0 to 100, inclusive
Restore progress message
Status of restore request
Deployed version of the backup used in this restore
List of error messages encountered during restore operation
number of managed entities
Status of restore operation for each managed entity
Directory in backup server where the backup was stored
FQDN or IP address of the backup server