InlineBackupStatus1
InlineBackupStatus1
JSON Example
{
"backup_start_time": 0,
"backup_end_time": "EpochMsTimestamp Object",
"progress": 0,
"progress_message": "string",
"backup_type": "string",
"backup_trigger_type": "string",
"status": "string",
"file_size": 0,
"version": "string",
"error_messages": [
"string"
],
"no_of_entities": 0,
"entities_status": [
{
"id": "string",
"name": "string",
"type": "string",
"status": "string",
"error_messages": [
"string"
]
}
]
}
backup_start_time
Read-Only
Milliseconds since Unix epoch when the backup started (EpochMsTimestamp).
backup_end_time
Read-Only
Milliseconds since Unix epoch when the backup completed (EpochMsTimestamp).
integer
progress
Read-Only
Backup progress, expressed as a percentage from 0 to 100, inclusive
string
progress_message
Read-Only
Backup progress message
backup_trigger_type
Required
Backup triggered manually or by scheduler
Enumeration:
MANUAL,
SCHEDULER,
AUTOMATIC
status
Required
Status of backup/restore request
Enumeration:
SUCCESS,
FAILED,
IN_PROGRESS,
QUEUED,
NOT_STARTED,
COMPLETED_WITH_ERRORS
integer
file_size
Read-Only
Backup file size
string
version
Required
Deployed version this backup is taken
array of
string
error_messages
Required
List of error messages encountered during backup operation
integer As int32
As int32
no_of_entities
Required
number of managed entities
array of
BackupRestoreManagedEntityStatus
entities_status
Required
Status of backup operation for each managed entity