Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

iControl REST: Getting pool member status

Jack_Bruno_3968
Nimbostratus
Nimbostratus

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.

 

1 ACCEPTED SOLUTION

kunjan_118660
Cumulonimbus
Cumulonimbus

Have you tried :

https://mgmt-ip/mgmt/tm/ltm/pool/'MyPoolNameXYZ'/members/stats

View solution in original post

9 REPLIES 9

kunjan
Nimbostratus
Nimbostratus

Have you tried :

https://mgmt-ip/mgmt/tm/ltm/pool/'MyPoolNameXYZ'/members/stats

This has the info I need. Thanks!

This only gives you the pool stats, not the individual member stats. Is there anyway to get the individual member stats? IE: enabled, availability, total connections, current connections?

are you using the url kunjan suggested (there is "members" in the url)?

kunjan_118660
Cumulonimbus
Cumulonimbus

Have you tried :

https://mgmt-ip/mgmt/tm/ltm/pool/'MyPoolNameXYZ'/members/stats

This has the info I need. Thanks!

This only gives you the pool stats, not the individual member stats. Is there anyway to get the individual member stats? IE: enabled, availability, total connections, current connections?

are you using the url kunjan suggested (there is "members" in the url)?

Kevin_Stewart
F5 Employee
F5 Employee

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?