Forum Discussion
Pawan_71164
Jun 09, 2011Nimbostratus
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
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