The cinder.api.v1.snapshots
Module¶
The volumes snapshots api.
-
class
SnapshotsController
(ext_mgr=None)¶ Bases:
cinder.api.v2.snapshots.SnapshotsController
The Snapshots API controller for the OpenStack API.
-
create
(req, body)¶ Creates a new 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)¶