summaryrefslogtreecommitdiff
path: root/nova/tests/integrated/api_samples/os-extended-floating-ips/floating-ips-list-resp.json.tpl
blob: 06f57451c9d80439fe88cbc446692f53c1669850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "floating_ips": [
        {
            "fixed_ip": null,
            "id": 1,
            "instance_id": null,
            "ip": "10.10.10.1",
            "pool": "nova"
        },
        {
            "fixed_ip": null,
            "id": 2,
            "instance_id": null,
            "ip": "10.10.10.2",
            "pool": "nova"
        }
    ]
}