summaryrefslogtreecommitdiff
path: root/nova/tests/unit/integrated/v3/api_samples/os-create-backup/server-post-resp.json.tpl
blob: adfaaa381e1347c39e11dd8001efb850222d94bc (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": "%(host)s/v3/servers/%(uuid)s",
                "rel": "self"
            },
            {
                "href": "%(host)s/servers/%(uuid)s",
                "rel": "bookmark"
            }
        ]
    }
}