CurrentBackupOperationStatus

CurrentBackupOperationStatus
CurrentBackupOperationStatus

Current backup operation status

JSON Example
{
    "current_step": "string",
    "backup_id": "string",
    "current_step_message": "string",
    "end_time": 0,
    "operation_type": "string",
    "start_time": 0
}
string
current_step
Optional

Current step of operation

Possible values are : BACKUP_CREATING_CLUSTER_BACKUP, BACKUP_CREATING_NODE_BACKUP,
string
backup_id
Optional

Unique identifier of current backup

string
current_step_message
Optional

Additional human-readable status information about current step

integer As int64 As int64
end_time
Optional

Time when operation is expected to end

string
operation_type
Required

Type of operation that is in progress. Returns none if no operation is in progress, in which case none of the other fields will be set.

Possible values are : NONE, BACKUP,
integer As int64 As int64
start_time
Optional

Time when operation was started