Forum Discussion
Ramya_68133
Nimbostratus
Sep 23, 2013Get _object status
Hi Joe Pruitt , I just tried to add one more method along get_member_v2 to pull all the details like address,port, availability , status along with get_object status and I dont see anything getti...
Sep 23, 2013
Ok, had to look at it twice... For parameters, you need to wrap them all with individual "SOAP::Data" elements. Your calling code to get_member_object_status() should look something like this:
my $soapResponse = $LBPool->get_member_object_status(
SOAP::Data->name(pool_names => [$poolname]),
SOAP::Data->name(members => [@poolmemberdefinitionAofA])
);
&checkResponse($soapResponse);See if that gets you any further...
-Joe
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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