cinder.api.v3.snapshots module

The volumes snapshots V3 API.

class SnapshotsController(ext_mgr=None)

Bases: Controller

The Snapshots API controller for the OpenStack API.

MV_ADDED_FILTERS = (('3.21', 'metadata'), ('3.64', 'use_quota'))
create(req, body)

Creates a new snapshot.

delete(req, id)

Delete a snapshot.

detail(req)

Returns a detailed list of snapshots.

index(req)

Returns a summary list of snapshots.

show(req, id)

Return data about the given snapshot.

update(req, id, body)

Update a snapshot.

wsgi_actions = {}
wsgi_extensions = []
create_resource(ext_mgr)