Images REST Endpoints
Compute/Images
The operations from the Compute/Images category.
- Add an Image Shape Compatibility Entry
- Method: putPath:
/20160918/images/{image_id}/shapes/{shape_name} - Change an Image Compartment
- Method: postPath:
/20160918/images/{image_id}/actions/changeCompartment - Create an Image
- Method: postPath:
/20160918/images - Delete an Image
- Method: deletePath:
/20160918/images/{image_id} - Export an Image
- Method: postPath:
/20160918/images/{image_id}/actions/export - Get an Image
- Method: getPath:
/20160918/images/{image_id} - Get an Image Shape Compatibility Entry
- Method: getPath:
/20160918/images/{image_id}/shapes/{shape_name} - List Image Shape Compatibility Entries
- Method: getPath:
/20160918/images/{image_id}/shapes - List Images
- Method: getPath:
/20160918/images - Remove an Image Shape Compatibility Entry
- Method: deletePath:
/20160918/images/{image_id}/shapes/{shape_name} - Update an Image
- Method: putPath:
/20160918/images/{image_id}