Forum Discussion
ltaylor510_5583
Nimbostratus
Sep 18, 2008Perl script to display All BigIP pool members
I have a Perl CGI application in apache that will need a perl script to display all the available elements in one script:
("poolname" "address" "port" "session_state" "priority_group")
...
ltaylor510_5583
Nimbostratus
Sep 24, 2008Joe,
thanks for the information however i am stuck -
the script is now returning this error:
SOAP-ENV:Client Unknown method "{urn:iControl:LocalLB/Pool}:get_priority"
i added the method as follows - apparently this is incorrect - do you have an example I could use? thanks.
sub getPoolMemberStates()
{
my (@pool_list) = @_;
$soapResponse = $PoolMember->get_session_enabled_state
(
SOAP::Data->name(pool_names => [@pool_list])
);
$soapResponse = $PoolMember->get_priority
(
SOAP::Data->name(pool_names => [@pool_list])
);
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