d179c979a5
API testing for negative error codes now removed so this is only sample api testing Change-Id: I144a6b69498b86be56ceecb680c5be2a51acdbb8
18 lines
358 B
JSON
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"
|
|
}
|
|
]
|
|
} |