<div dir="ltr">Hi all,<div><br></div><div>after working with OpenStackSDK in my cloud I have found one difference in the Neutron LBaaS (yes, I know it is deprecated, but it is still used). The fix would be small and fast, unfortunately I have faced problems with the API description:</div><div>- <a href="https://wiki.openstack.org/wiki/Neutron/LBaaS/API_2.0#Pools">https://wiki.openstack.org/wiki/Neutron/LBaaS/API_2.0#Pools</a> describes, that the LB pool has <i>healthmonitor_id</i> attribute (what eventually also fits reality of my cloud)<br></div><div>- <a href="https://developer.openstack.org/api-ref/network/v2/index.html#pools">https://developer.openstack.org/api-ref/network/v2/index.html#pools </a>(which is referred to from the previous link in the deprecation note) describes, that the LB pool has <i>healthmonitors</i> (and <i>healthmonitors_status</i>) as list of IDs. Basically in this regards it is same as <a href="https://wiki.openstack.org/wiki/Neutron/LBaaS/API_1.0#Pool">https://wiki.openstack.org/wiki/Neutron/LBaaS/API_1.0#Pool</a> description</div><div>- unfortunately even <a href="https://github.com/openstack/neutron-lib/blob/master/api-ref/source/v2/lbaas-v2.inc">https://github.com/openstack/neutron-lib/blob/master/api-ref/source/v2/lbaas-v2.inc</a> describes <i>Pool.healthmonitors</i> (however it also contains <a href="https://github.com/openstack/neutron-lib/blob/master/api-ref/source/v2/samples/lbaas/pools-list-response2.json">https://github.com/openstack/neutron-lib/blob/master/api-ref/source/v2/samples/lbaas/pools-list-response2.json</a> sample with the <i>Pool.healthmonitor_id</i>)</div><div>- OpenStackSDK contains <i>network.pool.health<b>_</b>monitors</i> (with underscore)</div><div><br></div><div>I want to bring this all in an order and enable managing of the loadbalancer through OSC for my OpenStack cloud, but I can't figure out what is the correct behavior here.</div><div><br></div><div>Can anybody, please, help in figuring out the truth here?</div><div><br></div><div>Thanks,</div><div>Artem</div></div>