Forum Discussion

S_Griesmyer_156's avatar
S_Griesmyer_156
Icon for Nimbostratus rankNimbostratus
May 21, 2014
Solved

Can'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...
  • Brent_West_7733's avatar
    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)