The nova.api.openstack.volume.snapshots Module

The volumes snapshots api.

class SnapshotTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class SnapshotsController(ext_mgr=None)

Bases: nova.api.openstack.wsgi.Controller

The Volumes API controller for the OpenStack API.

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.

wsgi_actions = {}
wsgi_extensions = []
class SnapshotsTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
create_resource(ext_mgr)
make_snapshot(elem)

Previous topic

The nova.api.openstack.volume.extensions Module

Next topic

The nova.api.openstack.volume.types Module

This Page