InlineBackupStatus1

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",
            "form_factor": "SMALL",
            "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_type
Required

Backup scope; FULL_BACKUP is the supported type for this API.

backup_trigger_type
Required

Whether the backup was started manually or by automation.

Enumeration: MANUAL, SCHEDULER, AUTOMATIC
status
Required

Lifecycle state of a backup or restore job.

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

entities_status
Required

Status of backup operation for each managed entity