For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Tom_92667's avatar
Tom_92667
Icon for Nimbostratus rankNimbostratus
Jan 17, 2014

Tried running code PerlLtmConfigToXml.pl from iControl samples and could not get destination to display

Hello - I do not currently know how to code in perl but hope to learn. However browsing through the iControl samples I found one that did just what I was looking for and tried running it as is. Below shows that the destination is blank so I did some checking and found that in LocalLB::VirtualServer method get_destination it said that it was deprecated and to use get_destination_v2 which I tried changing with no difference. Could anyone point me in the right direction to getting the destination ip and port number to display ?

 

Destination

$soapResponse = $LocalLBVirtualServer->get_destination_v2( SOAP::Data->name (virtual_servers => [@vs_list]) ); &checkResponse($soapResponse); @destination_list = @{$soapResponse->result};

 

 

            Thanks,
            Tom
No RepliesBe the first to reply