BackupRestoreStatusResponse
BackupRestoreStatusResponse
JSON Example
{
"status": "IN_PROGRESS",
"backup_file_name": "vrni_backup-10000-2020-12-15-13-00-40.tar",
"status_updated_timestamp": "vrni_backup-10000-2020-12-15-13-00-40.tar",
"failed_components": [
"string"
],
"failed_components_entities": [
{
"componentName": "DATA_SOURCES",
"failedEntities": [
{
"nickName": "SiteT_24_Openshift-VC",
"errorCode": "Unknown host",
"entityAttributes": [
{
"key": "Data Source Type",
"value": "VCENTER"
}
]
}
]
}
]
}
string
status
Optional
Status of currently executing or last backup-restore job
string
backup_file_name
Optional
File name of backup tar file
string
status_updated_timestamp
Optional
TimeStamp of the last status update
array of
string
failed_components
Optional
List of components failed to backup or restore
array of
FailedComponentEntity
failed_components_entities
Optional
List of entities in a component which failed to restore