Pool member status on F5 DNS objects via iControl REST
I got a question on how to retrieve the status of pool members on F5 DNS objects via the iControl REST interface. In the GUI you get fancy red, yellow, black, blue, and green painted circles, diamond...
Published Dec 27, 2017
Version 1.0JRahm
Admin
Christ Follower, Husband, Father, Technologist. I love community and I especially love THIS community. My background is networking, but I've dabbled in all the F5 iStuff, I'm a recovering Perl guy, and am very much a python enthusiast. Learning alongside all of you in this accelerating industry toward modern apps and architectures.JRahm
Admin
Christ Follower, Husband, Father, Technologist. I love community and I especially love THIS community. My background is networking, but I've dabbled in all the F5 iStuff, I'm a recovering Perl guy, and am very much a python enthusiast. Learning alongside all of you in this accelerating industry toward modern apps and architectures.JRahm
Admin
Jan 09, 2018Hi John, you can use bash to run tmsh commands, so state is indeed possible by using tmsh modify on the pool member:
tmsh show gtm pool a gslb_pool_1 members | grep State
State : enabled
| State : enabled
tmsh modify gtm pool a gslb_pool_1 members modify { ltm3:/Common/testvip { disabled }}
tmsh show gtm pool a gslb_pool_1 members | grep State
State : enabled
| State : disabled