BackupStatus
Backup job status
Progress, timestamps, version, and per-entity results for one backup job.
AllOf
JSON Example
{
"_create_user": "string",
"_create_time": 0,
"_last_modified_user": "string",
"_last_modified_time": 0,
"_revision": 0,
"_resource_type": "string",
"_system_owned": false,
"id": "string",
"display_name": "string",
"description": "string",
"site_ids": [
"string"
],
"backup_start_time": 0,
"backup_end_time": 0,
"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",
"form_factor": "SMALL",
"status": "string",
"error_messages": [
"string"
]
}
]
}