deb-glance/doc/source/identifiers.rst
Brian Waldon d9f4cbfa75 General docs cleanup
Change-Id: If60b8f4bca81add9353fe1e0c6e26eb3d4230d53
2012-03-14 14:07:24 -07:00

1.0 KiB

Image Identifiers

Images are uniquely identified by way of a URI that matches the following signature:

<Glance Server Location>/v1/images/<ID>

where <Glance Server Location> is the resource location of the Glance service that knows about an image, and <ID> is the image's identifier. Image identifiers in Glance are uuids, making them globally unique.