Forum Discussion

Anthony_Pineda's avatar
Anthony_Pineda
Icon for Nimbostratus rankNimbostratus
May 07, 2015

Get GTM pool member status

How do I retrieve the GTM pool member status in Python? It seems I need to create an list or array (Common IP:Port Definition) but its not clear to me what this array/list looks like and how to generate it from the command below

 

p_members = b.GlobalLB.Pool.get_member(pool_names = p_list) .... p_memstat = b.GlobalLB.PoolMember.get_object_status(pool_names = p_list, members = ????)

 

No RepliesBe the first to reply