Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by input parameter datasource_name. By default all snapshots are inspected unless the option backup_id is used to target a specific instance. Returns backup verification results.
Parameters
Name of the backup. An empty string or ‘*’ will check all existing backups. Any text followed by a ‘*’ will inspect backups whose name starts with that text. The default value is ‘’.
Data source through which the backup is accessible.
Optional parameters. Allowed keys are:
backup_id – ID of the snapshot to verify. Set to ‘-1’ to verify all snapshots in the backup. Leave empty to verify only the most recent snapshot. The default value is ‘-1’.
The default value is an empty dict ( ).
Returns
A dict with the following entries–
Value of input parameter backup_name.
Backup name(s).
IDs of individual snapshots per backup name.
Any errors detected from the inspection of each backup.
Additional information.