summaryrefslogtreecommitdiff
path: root/nova/tests/unit/integrated/v3/api_samples/os-availability-zone/server-post-resp.json.tpl
blob: 71654b4b8a8b2c7570effd42c7dbd9c5fba8a63d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "server": {
        "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"
            }
        ]
    }
}