Request URL

Compute API v2.0

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

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/ips
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 204
X-Compute-Request-Id: req-60375873-e199-46ea-acd9-38df92571d5e
Date: Wed, 18 Feb 2015 01:42:41 GMT

{
    "addresses": {
        "ext-133-130-48-0-xx": [
            {
                "addr": "133.130.49.xxx",
                "version": 4
            },
            {
                "addr": "2400:8500:1301:727:133:130:49:xxxx",
                "version": 6
            }
        ]
    }
}