Forum Discussion

Pawan_71164's avatar
Pawan_71164
Icon for Nimbostratus rankNimbostratus
Jun 09, 2011

get_object_staus in PHP for GTM Pool Members

Hi.

 

 

Am new to icontrol and PHP. I am able to pull Pools and its status and having issue with pool members and their enabled and availability status. Here is my sample code:

 

 

 

$wsdl="";

 

$location="?";

 

$client = new SoapClient($wsdl,array('location'=>$location,'login'=>$username,'password'=>$password));

 

$client2 = new SoapClient($wsdl2,array('location'=>$location,'login'=>$username,'password'=>$password));

 

$pool_list=$client->get_list();

 

$poolstatus=$client->get_object_status($pool_list);

 

$memberlist=$client->get_member($pool_list);

 

 

Once I get the memberlist , how can in PHP Extract it's Enable and Availability status.

 

 

Thanks for helping out......

 

No RepliesBe the first to reply