Images REST Endpoints

Compute/Images
The operations from the Compute/Images category.
Add an Image Shape Compatibility Entry
Method: put
Path: /20160918/images/{image_id}/shapes/{shape_name}
Change an Image Compartment
Method: post
Path: /20160918/images/{image_id}/actions/changeCompartment
Create an Image
Method: post
Path: /20160918/images
Delete an Image
Method: delete
Path: /20160918/images/{image_id}
Export an Image
Method: post
Path: /20160918/images/{image_id}/actions/export
Get an Image
Method: get
Path: /20160918/images/{image_id}
Get an Image Shape Compatibility Entry
Method: get
Path: /20160918/images/{image_id}/shapes/{shape_name}
List Image Shape Compatibility Entries
Method: get
Path: /20160918/images/{image_id}/shapes
List Images
Method: get
Path: /20160918/images
Remove an Image Shape Compatibility Entry
Method: delete
Path: /20160918/images/{image_id}/shapes/{shape_name}
Update an Image
Method: put
Path: /20160918/images/{image_id}