The cinder.api.v2.snapshot_metadata Module¶
- 
class Controller¶
- Bases: - cinder.api.openstack.wsgi.Controller- The snapshot 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)¶
 - 
wsgi_actions= {}¶
 - 
wsgi_extensions= []¶
 
- 
- 
create_resource()¶