Previous topic

The cinder.api.v1.router Module

Next topic

The cinder.api.v1.snapshots Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Cinder 2011.2 docs or all OpenStack docs too.

The cinder.api.v1.snapshot_metadata Module

class Controller

Bases: object

The volume metadata API controller for the OpenStack API

create(req, snapshot_id, body)
delete(req, snapshot_id, id)

Deletes an existing metadata

index(req, snapshot_id)

Returns the list of metadata for a given snapshot

show(req, snapshot_id, id)

Return a single metadata item

update(req, snapshot_id, id, body)
update_all(req, snapshot_id, body)
create_resource()