
LBaaS v1 support was removed in Newton release, but there are still users of LBaaS v1 API. It looks reasonable to maintain it with minimum effort rather than dropping it. This commit fixes LBaaS v1 API document with rough checks. Note that project_id field is not listed in LBaaS v1 API intentionally as project_id field was added in Newton release. Part of blueprint neutron-in-tree-api-ref Change-Id: I82d8f00f726247eb305a6b7207ae1bd2262fe296
30 lines
894 B
JSON
30 lines
894 B
JSON
{
|
|
"pool": {
|
|
"admin_state_up": true,
|
|
"description": "",
|
|
"health_monitors": [
|
|
"b7633ade-24dc-4d72-8475-06aa22be5412"
|
|
],
|
|
"health_monitors_status": [
|
|
{
|
|
"monitor_id": "b7633ade-24dc-4d72-8475-06aa22be5412",
|
|
"status": "ACTIVE",
|
|
"status_description": null
|
|
}
|
|
],
|
|
"id": "5a9a3e9e-d1aa-448e-af37-a70171f2a332",
|
|
"lb_method": "ROUND_ROBIN",
|
|
"members": [
|
|
"cf024846-7516-4e3a-b0fb-6590322c836f"
|
|
],
|
|
"name": "pool1",
|
|
"protocol": "HTTP",
|
|
"provider": "haproxy",
|
|
"status": "ACTIVE",
|
|
"status_description": null,
|
|
"subnet_id": "aa547115-d710-4d6d-bb2c-b038d9c2704b",
|
|
"tenant_id": "eabfefa3fd1740a88a47ad98e132d238",
|
|
"vip_id": "388c739a-6a57-4e74-bc7b-a5cd60248bba"
|
|
}
|
|
}
|