Supported OpenStack Glance (images) APIs
The following image OpenStack image APIs are supported in PowerVC.
For instructions to use them, refer to the OpenStack image API documentation.
| Method | URI | Description |
|---|---|---|
| POST | /v2/images/ |
Creates a virtual machine image. |
| GET | /v2/images |
Lists images to which the tenant has access. |
| GET | /v2/images/{image_id} |
Lists details of the specified image. |
| PATCH | /v2/images/{image_id} |
Updates a specified image. |
| DELETE | /v2/images/{image_id} |
Deletes the specified image. |