Forum Discussion
Richard__Harlan
Nov 08, 2004Historic F5 Account
Haveing a problem with Get_rule
I am writeing a script to get the rules that a virtual server is connected to. I am us get_list to get the list of the Virtual servers and there ports, but when I pass that information to get rules I ...
Loc_Pham_101863
Nov 08, 2004Historic F5 Account
The signature of ITCMLocalLB.VirtualServer.get_rule () method is:
String get_rule(
in SessionCredentials creds, <== CORBA Specific
in IPPortDefinition virtual_server
);
I notice that in your code, the call to get_rule should be using something like:
$soaprule = $virtuallist->get_rule
(
SOAP::Data->name (virtual_server => $virtual_def)
);
since $vnode_def is not the correct type for the "virtual_server" parameter of get_rule.
Loc
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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