ImageListEntries REST Endpoints

ImageListEntries
Each machine image in an image list is identified by an image list entry.

You can create, and delete image list entries using the HTTP requests listed below.

Create an Image List Entry
Method: post
Path: /imagelist/{name}/entry/
Delete an Image List Entry
Method: delete
Path: /imagelist/{name}/entry/{version}
Retrieve Details of an Image List Entry
Method: get
Path: /imagelist/{name}/entry/{version}