cinder.api.v3.backups module

The backups V3 API.

class BackupsController

Bases: BackupsController

The backups API controller for the OpenStack API V3.

detail(req)

Returns a detailed list of backups.

show(req, id)

Return data about the given backup.

update(req, id, body)

Update a backup.

versioned_methods = {'update': [<cinder.api.openstack.versioned_method.VersionedMethod object>]}
wsgi_actions = {}
wsgi_extensions = []
create_resource()