InlineRestoreStatus1

InlineRestoreStatus1
InlineRestoreStatus1
JSON Example
{
    "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"
}
string
backup_id
Required

Unique id of backup

string
backup_name
Read-Only

Backup name

backup_start_time
Required

Milliseconds since Unix epoch when the source backup started (EpochMsTimestamp).

restore_start_time
Read-Only

Milliseconds since Unix epoch when the restore started (EpochMsTimestamp).

restore_end_time
Read-Only

Milliseconds since Unix epoch when the restore completed (EpochMsTimestamp).

integer
progress
Read-Only

Restore progress, expressed as a percentage from 0 to 100, inclusive

string
progress_message
Read-Only

Restore progress message

status
Required

Status of restore request

Enumeration: SUCCESS, FAILED, IN_PROGRESS, QUEUED, NOT_STARTED, COMPLETED_WITH_ERRORS
string
version
Required

Deployed version of the backup used in this restore

array of string
error_messages
Required

List of error messages encountered during restore operation

integer As int32 As int32
no_of_entities
Required

number of managed entities

entities_status
Required

Status of restore operation for each managed entity

string
backup_location
Read-Only

Directory in backup server where the backup was stored

string
server_address
Read-Only

FQDN or IP address of the backup server