Skip to content
Alberto Gonzalez edited this page Jun 19, 2017 · 2 revisions

/backups/catalog

Returns a list of backups (either direct or copied) in a structured format, depending on user request to list them by date or by instance. This is typically used for browsing backups and in picking one or more backups for restore. The API will return all backups and all backup copies for all systems which are restorable, or they may be filtered per system as specified by its id.

Resource URL

https://{applianceaddress}/api/catalog

Related Resources

Restore

Options

The following filters are supported for the /catalog:

(GET)/catalog/?sid={sid} - filter the catalog to a particular system

The following APIs are supported for /backups/catalog views:

(GET)/catalog/?view=day

(GET)/catalog/?view=instance

(GET)/catalog/backups/

(GET)/catalog/backups/?view=day

(GET)/catalog/backups/?view=instance

Clone this wiki locally