Forum Discussion
S_Griesmyer_156
Nimbostratus
May 21, 2014Can't get Global LB Pool Member Availability
I'm trying to modify the Powershell code in the codeshare https://devcentral.f5.com/wiki/icontrol.powershellpoolmemberavailability.ashx to pull GTM Pool Member availability. When I switch out the Loc...
- May 21, 2014
I find that it is usually easiest to get the data from the F5 itself. I'll use each control until I build up a full set of data.
Sorry for the psudocode, but it looks like
pools = GlobalLB.get_pools()
pool_members = GlobalLB.get_pool_members(pools)
pool_member_status = GlobalLB.get_pool_member_status(pools, pool_members)
Brent_West_7733
May 21, 2014Historic F5 Account
The data structure is different in the query:
LTM pool member status
In GTM you need to format the query with {[Pool name], {[IP],[PORT]}}
In LTM you simply provide {[pool name]}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects