Description

作成済みVMのメタデータの詳細を取得します。

Request URL

Compute API

GET /v2/​{tenant_id}​/servers/​{server_id}​/metadata

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を指定します。
server_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/servers/サーバーID​/metadata

Response

HTTP/1.1 200 OK
Date: Mon, 09 Feb 2015 09:15:50 GMT
Server: Apache
Content-Length: 55
Content-Type: application/json

{
    "metadata": {
        "backup_id": "",
        "backup_set": "0",
        "backup_status": "active",
        "instance_name_tag": "gmo-vm001",
        "properties": "{\"vnc_keymap\":\"ja\",\"hw_video_model\":\"vga\",\"hw_vif_model\":\"virtio\",\"hw_disk_bus\":\"virtio\",\"cdrom_path\":\"\"}"
    }
}

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