The cinder.api.v3.snapshot_manage Module

class SnapshotManageController(*args, **kwargs)

Bases: cinder.api.contrib.snapshot_manage.SnapshotManageController

create(req, body)
detail(req)

Returns a detailed list of snapshots available to manage.

index(req)

Returns a summary list of snapshots available to manage.

wsgi_actions = {}
wsgi_extensions = [('index', None), ('detail', None)]
create_resource()

Previous topic

The cinder.api.v3.router Module

Next topic

The cinder.api.v3.snapshots Module

Project Source

This Page