ImageLists REST Endpoints

ImageLists
An image list is a collection of Compute Classic machine images. Each machine image in an image list is identified by a unique entry number.

When you create an instance, by using a launch plan for example, you must specify the image list that contains the machine image you want to use.

You can create, delete, update and view image lists using the HTTP requests listed below.

Create an Image List
Method: post
Path: /imagelist/
Delete an Image List
Method: delete
Path: /imagelist/{name}
Retrieve Details of all Image Lists in a Container
Method: get
Path: /imagelist/{container}/
Retrieve Details of an Image List
Method: get
Path: /imagelist/{name}
Retrieve Names of all Image Lists and Subcontainers in a Container
Method: get
Path: /imagelist/{container}
Retrieve Names of Containers
Method: get
Path: /imagelist/
Update an Image List
Method: put
Path: /imagelist/{name}