Verb URI Description
GET /images List available images (IDs and names only)
GET /images/detail List available images (all details)

Normal Response Code(s): 200, 203

Error ResponseCode(s): cloudServersFault (400, 500), serviceUnavailable (503), unauthorized (401), badRequest (400), overLimit (413)

This operation will list all images visible by the account.

In-flight images will have the status attribute set to SAVING and the conditional progress element (0-100% completion) will also be returned. Other possible values for the status attribute include: UNKNOWN, PREPARING, ACTIVE, QUEUED, FAILED. Images with an ACTIVE status are available for install.

This operation does not require a request body.