gantt/doc/api_samples/os-floating-ips/floating-ips-create-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

9 lines
153 B
JSON

{
"floating_ip": {
"fixed_ip": null,
"id": 1,
"instance_id": null,
"ip": "10.10.10.1",
"pool": "nova"
}
}