list-backups

subtitle

Lists backups

version

0.9.111

Description

Lists backups associated with the control plane.

Synopsis

  list-backups
[--backup-name <value>]
[--job-states <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--backup-name (string)

Specified name for the backup.

--job-states (array)

The job states to filter by.

Syntax:

"string" "string" ...

Possible values:


*   ``NOT_STARTED``


*   ``IN_PROGRESS``


*   ``COMPLETED``


*   ``PARTIALLY_FAILED``


*   ``FAILED``


*   ``TERMINATING``

--cli-input-json (string)

Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.

--generate-cli-skeleton (boolean)

Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for --cli-input-json.

Output

backups -> (array)

List of backups for the control plane.

item -> (object)

A simple backup entry for listBackup usage

backupCrn -> (string)

The unique CRN of the backup.

backupName -> (string)

The display name of the backup.

backupCreationTime -> (string)

The time when the backup was created.

backupPhase -> (string)

The phase of the backup operation. The values are PENDING, PRE_VALIDATION, SAVING_OBJECTS, CREATING_SNAPSHOTS and FINISHED. PENDING indicates waiting for the job to start executing. PRE_VALIDATION indicates validation of the environment before backup. SAVING_OBJECTS indicates saving all the kubernetes resources related to the backup item. CREATING_SNAPSHOTS indicates creating a snapshot of all Kubernetes PersistentVolumeClaims related to the backup item and FINISHED indicates that the backup job has finished.

backupJobState -> (string)

The current state of the backup job. The values are NOT_STARTED, IN_PROGRESS, COMPLETED, PARTIALLY_FAILED, FAILED and TERMINATING. NOT_STARTED indicates the job has not started. IN_PROGRESS indicates the job is running. COMPLETED indicates the job has finished running successfully. PARTIALLY_FAILED indicates the job has finished running with some warnings. FAILED indicates the job has finished running with errors and TERMINATING indicates that the entity containing this job is being deleted.

Form Factors

private