Forum Discussion
Anthony_Gerace_
Aug 12, 2004Historic F5 Account
How to get monitor information ?
I have a customer that is currently using BIG-IP version 4.2, with plans "some day" to go to version 4.5 . Are there any methods available to get detailed information about a specific monitor. I've ...
Sep 03, 2004
I'm not sure how you are coding things, but for addtitional out parameters in SOAP::Lite you need to use paramsout to get an array of additional parameters.
$soapResponse = $soap->get_use_http(...);
$bUseHttp = $soapResponse->result;
@params = @{$soapResponse->paramsout};
$send_string = $params[0];
$get_string = $params[1];
$recv_string = $params[2];
$user_name = $params[3];
$password = $params[4];
Let me know how this works for you. If not, post some code of what you are doing so I can see if there is anything obvious. -JoeRecent 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