summaryrefslogtreecommitdiff
path: root/nova/tests/integrated/v3/api_samples/all_extensions/servers-list-resp.json.tpl
blob: 10a98858bf1c3727c755141d50853c749bf8cee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "servers": [
        {
            "id": "%(uuid)s",
            "links": [
                {
                    "href": "%(host)s/v3/servers/%(uuid)s",
                    "rel": "self"
                },
                {
                    "href": "%(host)s/servers/%(uuid)s",
                    "rel": "bookmark"
                }
            ],
            "name": "new-server-test"
        }
    ]
}