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")
...
Thomas_LE_GENTI
Nimbostratus
Oct 28, 2008in the continuity of my script, I still have the error :
SOAP-ENV:Client Unknown method "{urn:iControl:System:Failover}:get_failover_state"
I think it's comming from :
sub SOAP::Deserializer::typecast
{
my ($self, $value, $name, $attrs, $children, $type) = @_;
my $retval = undef;
if ( (defined $type) && ("{urn:iControl}LocalLB.MonitorStatus" eq $type) )
{
$retval = $value;
}
if ( (defined $type) && ("{urn:iControl:System:Failover}FailoverState" eq $type) )
{
$retval = $value;
}
return $retval;
}
I'm not sure how to modify the {urn:iControl:System:Failover}FailoverState in order to kill the error ...
any idea ?
tal
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