The cinder.backup.api Module

Handles all requests relating to the volume backups service.

class API(db_driver=None)

Bases: cinder.db.base.Base

API for interacting with the volume backup manager.

create(context, name, description, volume_id, container, availability_zone=None)

Make the RPC call to create a volume backup.

delete(context, backup_id)

Make the RPC call to delete a volume backup.

get(context, backup_id)
get_all(context, search_opts=None)
restore(context, backup_id, volume_id=None)

Make the RPC call to restore a volume backup.

check_policy(context, action)

Previous topic

The cinder.api.xmlutil Module

Next topic

The cinder.backup.driver Module

This Page