gantt/doc/api_samples/os-floating-ips/floating-ips-list-resp.json
Sean Dague d179c979a5 sample api testing for os-floating-ips extension
API testing for negative error codes now removed so this
is only sample api testing

Change-Id: I144a6b69498b86be56ceecb680c5be2a51acdbb8
2012-09-18 15:15:13 -07:00

18 lines
358 B
JSON

{
"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"
}
]
}