Description

ISOイメージの一覧を取得します。

Request URL

Compute API

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

Request Json

This operation does not accept a request body.

Request Parameters

Parameter Value Style Description
X-Auth-Token トークンID header トークンIDを指定します。
tenant_id テナントID path テナントIDを指定します。

Response Code

Success

200

Example

Request

curl -i -X GET \
-H "Accept: application/json" \
-H "X-Auth-Token: トークンID" \
https://compute.tyo1.conoha.io/v2/テナントID/iso-images

Response

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
    }
  ]
}

ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。