The freezerclient.v2.managers.backups Module

The freezerclient.v2.managers.backups Module

class freezerclient.v2.managers.backups.BackupsManager(client, verify=True)[source]

Bases: object

create(backup_metadata)[source]
delete(backup_id)[source]
get(backup_id)[source]
headers
list(limit=10, offset=0, search=None)[source]

Retrieves a list of backup infos

Parameters:
  • limit – number of result to return (optional, default 10)
  • offset – order of first document (optional, default 0)
  • search – structured query (optional) can contain: * “time_before”: timestamp * “time_after”: timestamp Example: { “time_before”: 1428529956 }
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.