Jump to: navigation, search

Obsolete:GlanceAPISpec

Revision as of 17:42, 1 October 2010 by RickH (talk)

Glance API Specification

Teller

Fetch an Image

GET /images?uri=<Parallax URI for Image>


Returns

Image data as response body.

Parallax

GET http://parallax.openstack.org/images/<ID>


Returns

Image metadata encoded in JSON:


{
"id": 1,
"name": "My Image",
"state": "available",
"public": true,
"metadata": { "mykey": "myvalue },
"files": [ { "location": "swift://user:passwd@acct/container/obj.tar.gz.0", "size": 101 } ]