Forum Discussion
jajamax_127538
Nimbostratus
Dec 03, 2003modify the LocalLBNode script???
I've got the LocalLBNode.pl working, but I'd like it to do more. Can anyone help with an "IF like" statement? What I'm wanting is basically this:
If node is enabled, then disable
If no...
Jan 22, 2004
Yes, you need to make sure the uri is correct so that the iControl server knows where the method is to be processed. There are several "get_list()" type methods and without a uri to distinguish them, we have no way of knowing which to use.
You can create several $soap type variables if you need to access different interfaces within the same script.
ie.
$LocalLBNode = SOAP::Lite -> uri('urn:iControl:ITCMLocalLB/Node')...
$LocalLBFailover = SOAP::Lite -> uri('urn:iControl:ITCMLocalLB/Failover') ..
-Joe
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