Forum Discussion
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
- Mahmoud_Eldeeb_
Cirrostratus
if it is possible to go with version 11.6.0.-HF3, I believe you get more out of iContol
- Mahmoud_Eldeeb_
Cirrostratus
if it is possible to go with version 11.6.0-HF3, I believe you get more out of iContol
Our production is in 11.4.1 and we cannot go to 11.6.0.
-Syed
- Mahmoud_Eldeeb_
Cirrostratus
if it possible to seek the release notes for the current version as well the hotfix.
It is working now the protocol value was incorrect. Correct value
protocol => 'PROTOCOL_TCP'
- Syed
- Mahmoud_Eldeeb_
Cirrostratus
excellent, such mistake can eat the mind
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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