summaryrefslogtreecommitdiff
path: root/nova/tests/unit/integrated/v3/api_samples/os-access-ips/server-post-resp.json.tpl
blob: fb0c23b504bddbd980d75fac0665a832d32fc986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "server": {
        "accessIPv4": "%(access_ip_v4)s",
        "accessIPv6": "%(access_ip_v6)s",
        "adminPass": "%(password)s",
        "id": "%(id)s",
        "links": [
            {
                "href": "http://openstack.example.com/v3/servers/%(uuid)s",
                "rel": "self"
            },
            {
                "href": "http://openstack.example.com/servers/%(uuid)s",
                "rel": "bookmark"
            }
        ]
    }
}