appliance recovery backup job: backup job status

The backup_job_status structure represents the status of a backup/restore job.

Representation:

{
    "end_time""2015-01-01T22:13:05.651Z",
    "id""string",
    "messages"[
        {
            "args"[
                "string",
                "string"
            ],
            "default_message""string",
            "id""string"
        },
        {
            "args"[
                "string",
                "string"
            ],
            "default_message""string",
            "id""string"
        }
    ],
    "progress"1,
    "start_time""2015-01-01T22:13:05.651Z",
    "state""FAILED"
}

Attributes:

Name Type Description
Required
id string TimeStamp based ID.

state string The state of the backup job.

Defines the possible states of a backup/restore process. Value is one of:
FAILED: Backup/Restore job failed.
INPROGRESS: Backup/Restore job is in progress.
NONE: Backup/Restore job is not started.
SUCCEEDED: Backup/Restore job completed successfully.

messages localizable_message[] List of messages.

progress long Progress of the job in percentage.

start_time date_time Time when the backup was started.

Optional
end_time date_time Time when the backup was finished.

Optional. If unset end time is None until backup is finished.