Forum Discussion

nate_fielding_6's avatar
nate_fielding_6
Icon for Nimbostratus rankNimbostratus
Aug 08, 2006

Getting Pool Members

I am trying to get members from all of my pools using the get_member_list. I am unable to do this i keep getting null results, even though there are members in that pool. I am using c to code this. If anyone can give me any ideas to get this problem fixed it would be very helpfull.

 

 

Thanks,

 

Nate

 

 

 

 

Forget about this post i am usingt he wrong version of iControl and figured it out

1 Reply

  • Are you using v9? the get_member_list() method is from the v4.x ITCMLocalLB::Pool interface. The v9 method is LocalLB::Pool::get_member().

     

     

    If this is a v4 question, you'll need to post it to the v4 forum.

     

     

    -Joe