Show Backup

Shows information about a backup Returns detailed information about one or more backup instances.

Input Parameter Description

NameTypeDescription
backup_namestringName of the backup object. An empty string or '*' will return all existing backups. The default value is ''.
datasource_namestringDatasource where backup is located.
optionsmap of string to strings

Optional parameters. The default value is an empty map ( {} ).

Supported Parameters (keys)Parameter Description
backup_idBackup instance ID to show. Leave empty to show information from the most recent backup instance in the container. The default value is ''.
show_contents

Shows the contents of the specified backup_id The default value is none.

Supported ValuesDescription
noneNo backup contents
object_namesObject names only
object_filesObject names and files
no_error_if_not_exists

If false will return an error if the provided input parameter backup_name does not exist. If true then it will return an empty result. The default value is false. The supported values are:

  • true
  • false

Output Parameter Description

NameTypeDescription
backup_namestringValue of input parameter backup_name.
backup_descriptionarray of maps of string to stringsBackup description
backup_idsarray of maps of string to stringsBackup instances in this backup
backup_contentsarray of maps of string to stringsBackup contents
deleted_backup_idsarray of maps of string to stringsBackup instances that have been deleted from this backup object
infomap of string to stringsAdditional information.