Forum Discussion

Syed_Nazir_1624's avatar
Dec 15, 2014

Getting connections details with iControl

Hi All,

 

Trying to get the connection details through perl iControl SOAP API get_active_connection_v2 getting result as InvalidArgument.

 

Below is the code snippet:

 

{

 

$ConnectionDefn = {

 

clientside_client => { address => '192.168.4.238', port => '59492' },

 

clientside_server => { address => '192.168.4.242', port => '4353' },

 

serverside_server => { address => '192.168.4.242', port => '4353' },

 

protocol => 'tcp'

 

};

 

my $soapResponse = $SystemInfo->get_active_connection( SOAP::Data->name("connections" => [$ConnectionDefn]));

 

}

 

Following is the error:

 

SOAP-ENV:Server Exception caught in System::urn:iControl:System/Connections::get_active_connection_v2() Common::InvalidArgument

 

Is there any known issues with get_active_connection_v2 ?

 

F5 version is 11.4.1

 

-- Syed

 

6 Replies