Request URL

Compute API v2.0

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

Request Paramters

Parameter Value Style Description
X-Auth-Token User Token header
tenant_id URI
server_id Server ID plain

Request Json

Normal response codes

200

Example

curl -i -X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-Auth-Token: 35941e7df872405d84e5b026dba8323c" \
https://compute.tyo1.cloud.z.com/v2/1864e71d2deb46f6b47526b69c65a45d/servers/e25b3611-96df-4514-a54b-7729aec48dc1/metadata
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\":\"\"}"
    }
}