Files
neutron-lib/api-ref/source/v2/samples/lbaas/loadbalancers-list-response.json
Boden R 8e312d6da1 api-ref: add pools to loadbalancer response
As per associated defect, this patch adds pools to
loadbalancer responses in the api-ref.

Change-Id: I99be656f68b130765f759359e1ec179e0de49457
Closes-Bug: #1548511
2017-02-02 14:42:29 -07:00

21 lines
700 B
JSON

{
"loadbalancers": [
{
"description": "simple lb",
"admin_state_up": true,
"project_id": "1a3e005cf9ce40308c900bcb08e5320c",
"tenant_id": "1a3e005cf9ce40308c900bcb08e5320c",
"provisioning_status": "ACTIVE",
"listeners": [],
"vip_address": "10.0.0.2",
"vip_subnet_id": "013d3059-87a4-45a5-91e9-d721068ae0b2",
"id": "a9729389-6147-41a3-ab22-a24aed8692b2",
"operating_status": "ONLINE",
"name": "loadbalancer1",
"flavor": "a7ae5d5a-d855-4f9a-b187-af66b53f4d04",
"provider": "sample-provider",
"pools": []
}
]
}