API list

Image (create, modify, delete)

Item API Name Description
1 GET /v2/{tenant_id}/images/detail

List images 1

Lists the images
2 GET /v2/{tenant_id}/images/detail

List details for images

Lists details of available images and their sizes
3 GET /v2/{tenant_id}/images/{image_id}

Get image information

Retrieves information about the specified image
4 GET /v2/{tenant_id}/images/{image_id}

Get image details 1

Retrieves the details of the specified image
5 GET /v2/{tenant_id}/images/{image_id}

Get image details 2

Retrieves the details of the specified image and its size
6 GET /v2/images/{image_id}

Get an image

Retrieves the details of the specified image
7 GET /v2/{tenant_id}/images/detail{?changes-since,server,name,status,type}

List images details

Lists the details of available images
Lists the details of available specified images
8 GET /v2/images{?limit,marker,name, visibility,member_status,owner, status,size_min,size_max,sort_key, sort_dir,tag}

List images 2

Lists public virtual server images
Searches public virtual server images by name, and display a list
9 PATCH /v2/images/{image_id}

Update an image

Updates the specified image
10 DELETE /v2/images/{image_id}

Delete an image

Deletes the specified image
11 DELETE /v2/{tenant_id}/images/{image_id}

Delete image

Deletes the specified image
12 GET /v2/{tenant_id}/images/{image_id}/metadata

Show image metadata

Displays the metadata of the specified images
13 GET /v2/{tenant_id}/images/{image_id}/metadata/{key}

Show image metadata item details

Displays the metadata item (identified by key) of the specified image
14 POST /v2/{tenant_id}/images/{image_id}/metadata

Create or replace image metadata

Creates or replaces metadata for the specified image
15 PUT /v2/{tenant_id}/images/{image_id}/metadata/{key}

Create or update image metadata item

Creates or updates the metadata item identified by key
16 PUT /v2/{tenant_id}/images/{image_id}/metadata

Update image metadata items

Updates the metadata of images identified by key
17 DELETE /v2/{tenant_id}/images/{image_id}/metadata/{key}

Delete image metadata item

Deletes the metadata item identified by key