funkyjunky
Sep 14, 2023Altostratus
F5 LTM RestAPI call for nodes to return pool membership
F5 bigip LTM version 15.1.2.1. (not using F5 SDK)
Just curious if anyone knows how to pull back a nodes pool membership from LTM API:
Making call to
/mgmt/tm/ltm/node/MYNODE -> returns attributes (name,ip,etc) and self-link.
From within the GUI, one can go to the node list in LTM and the "Pool Membership" tab to see this (rather than going to network map.). However, this seems to be a jsp driven script.
I can pull back this info by GET to this, however, not ideal.
/tmui/Control/jspmap/tmui/locallb/node/poollist.jsp?name=/<PARTITION>/MYNODE
Just think this would be a great way to pull back when creating/removing from python function.
My thanks to any and all that can help!