Forum Discussion
orangepeelbeef_
Nimbostratus
Nov 17, 2008add member to pool
I can't seem to find any references to adding a member to a pool. I'm not a professional coder, but I figured I understood enough programming to make this thing work, it seems like it should be prett...
orangepeelbeef_
Nimbostratus
Nov 17, 2008looks like this is what i needed
$sIPPort = { address => $sMember, port => $sMemberPort };
push @MemberList, $sIPPort;
push @MemberListAofA, [@MemberList];
$soapResponse = $Pool->add_member(
SOAP::Data->name(pool_names => [$sPool]),
SOAP::Data->name(members => [@MemberListAofA])
);
&checkResponse($soapResponse);
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