Description

List ISO images.

Request URL

Compute API v2.0

GET /v2/{tenant_id}​/iso-images

Request Paramters

Parameter Value Style Description
X-Auth-Token User Token header
tenant_id Tenant ID URI

Request Json

This operation does not accept a request body.

Normal response codes

200

Example

curl -i -X GET \
-H 'Content-Type: application/json' \
-H "Accept: application/json" \
-H "X-Auth-Token: 3e25a9542daf49c9b07060b6d0f02875" \
https://compute.tyo1.cloud.z.com/v2/3132b110b0d847f3ad5d6ed8d38aabae/iso-images
HTTP/1.1 200 OK
Date: Mon, 23 Mar 2015 01:14:04 GMT
Server: Apache
Content-Length: 606
Content-Type: application/json

{
  "iso-images": [
    {
      "url": "ftp://ftp.riken.jp/Linux/centos/6.6/isos/x86_64/CentOS-6.6-x86_64-minimal.iso",
      "path": "/mnt/isos/repos/tenant_iso_data/43b36734a9e541fd91a62fc63ee93fed/CentOS-6.6-x86_64-minimal.iso",
      "ctime": "Fri Oct 24 23:22:57 2014",
      "name": "CentOS-6.6-x86_64-minimal.iso",
      "size": 401604608
    },
    {
      "url": "http://ftp.riken.jp/Linux/centos/7/isos/x86_64/CentOS-7.0-1406-x86_64-Everything.iso",
      "path": "/mnt/isos/repos/tenant_iso_data/43b36734a9e541fd91a62fc63ee93fed/CentOS-7.0-1406-x86_64-Everything.iso",
      "ctime": "Sat Jul  5 07:16:46 2014",
      "name": "CentOS-7.0-1406-x86_64-Everything.iso",
      "size": 7062159360
    }
  ]
}