cinder.api.v2.snapshots
Module¶The volumes snapshots api.
SnapshotsController
(ext_mgr=None)¶Bases: cinder.api.openstack.wsgi.Controller
The Snapshots API controller for the OpenStack API.
create
(*args, **kwargs)¶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
(*args, **kwargs)¶Update a snapshot.
wsgi_actions
= {}¶wsgi_extensions
= []¶create_resource
(ext_mgr)¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.