netconn-api/v2.0/samples/sche-pool-list-res.json
Akihiro MOTOKI d4b4308531 Update agent scheduler section
* Split dhcp agent scheduler and l3 agent scheduler extensions
  into separate subsection
* Add LBaaS agent scheduler

Change-Id: I6f707deef67a9b88d76fe6d6daa80b56d2cb9b33
Closes-Bug: #1233095
2013-10-17 13:45:07 +09:00

22 lines
643 B
JSON

{
"pools": [
{
"admin_state_up": true,
"description": "",
"health_monitors": [],
"health_monitors_status": [],
"id": "28296abb-e675-4288-9cd0-6c112c720db0",
"lb_method": "ROUND_ROBIN",
"members": [],
"name": "pool1",
"protocol": "HTTP",
"provider": "haproxy",
"status": "PENDING_CREATE",
"status_description": null,
"subnet_id": "f8fd83d3-2080-4ab9-9814-391fe7b8a7a4",
"tenant_id": "54d7b6253c8c4e64862fbd08b3fc08cd",
"vip_id": null
}
]
}