Shows information about one or more backups
accessible via the data source specified by input parameter datasource_name.
Output Parameter Description
| Name | Type | Description |
|---|
| backup_name | string | Value of input parameter backup_name. |
| backup_description | array of maps of string to strings | Details about the overall backup(s). |
| backup_ids | array of maps of string to strings | Details about the individual snapshots contained within the backup(s). |
| backup_contents | array of maps of string to strings | When show_contents is object_names, the names of the backed-up objects as well as
sizing detail of any backed-up tables; when object_files, the names of the backed-up
objects as well as sizing detail and associated data files of any backed-up tables. |
| deleted_backup_ids | array of maps of string to strings | IDs of any snapshots that have been deleted from the containing backup(s). |
| info | map of string to strings | Additional information. |