28-Jul-2014 15:43
Hello,
Is it possible to get the health monitor status for the members of a pool using the REST API? It looks like only the state is returned from /tm/ltm/pool/POOL_ID/members.
Solved! Go to Solution.
28-Jul-2014
20:18
- last edited on
05-Jun-2023
13:50
by
JimmyPackets
Have you tried :
https://mgmt-ip/mgmt/tm/ltm/pool/'MyPoolNameXYZ'/members/stats
28-Jul-2014
20:18
- last edited on
05-Jun-2023
13:50
by
JimmyPackets
Have you tried :
https://mgmt-ip/mgmt/tm/ltm/pool/'MyPoolNameXYZ'/members/stats
29-Jul-2014 08:11
07-May-2015 09:37
08-May-2015 00:26
28-Jul-2014
20:18
- last edited on
05-Jun-2023
13:50
by
JimmyPackets
Have you tried :
https://mgmt-ip/mgmt/tm/ltm/pool/'MyPoolNameXYZ'/members/stats
29-Jul-2014 08:11
07-May-2015 09:37
08-May-2015 00:26
29-Jul-2014 05:15
The two values you want to look for in a TMSH call to show pool member information are state and session. The first will show you the state of the monitored member, and the second will show if the member has been marked down. Is that not what you're looking for?