Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

Forum Posts

Clarification needed

I'm trying to find out all the states of nodes in a pool. I try to run ITCMLocalLB.Node.get_node_address_statesBut since it only takes a list of ip addresses (I tried to a list with use ':' but it doesn't work). If I use ITCMLocalLB.Node.get_sta...

Would be nice if...

After a fair bit of playing around with the iControl/SOAP/perl interface, it would seem   that the current API is pretty well organized, but the total package is a tad slow, given   that I have to go back/forth a lot, which in SOAPs case ain't pret...

Another SOAP::Lite newbie question

How would I go about translating some predefined constants, such asITCMLocalLB.LBMethod? Looking through the wsdl file, it would appear this is only defined with documentation, not in anyway by which I could translate e.g. 'predictive_member'...

Clarification needed

Just to make sure. When I call: ITCMLocalLB.Pool.set_disallow_snat with a parameter of ITCMLocalLB.EnabledState.STATE_DISABLED that means 'snat disabled' is not present, correct?

SOAP::Lite expertise needed.

I want to get access to the ITCMCommon.OperationFailed parameters (primary_error_code,   secondary_error_code and error_string), but, not being much of a SOAP expert, I can't see   where the error gets encapsulated. E.g. the examples code shows:  ...

Inconsistency in API?

This is mostly a nitpick, feel free to ignore.     The ITCMLocalLB.VirtualServer.delete_virtual_server call   takes a ITCMCommon.IPPortDefinitionSequence, rather then   ITCMCommon.IPPortDefinition. Not sure why this is, although as   a convenie...

Error codes?

Where can I find the definitions of the error codes that the API can return?     I want to e.g. make sensible decisions when a call returns 'item not found'   when I do a get_list call of some sort.

ACL on iControl interfaces.

Hi,     I am an application developer, trying to create remote requests to update BIG-IP. Recently, I realize that iControl requires a full read and write access priviledged account access to BIG-IP v4.2. My IT management values the benefits of ...

WSDL compiling warnings.

Hi,     I wsdl utility found in Visual Studio .NET 2003 to compile the wsdl files found in iControl WSDL v4.5. During the course of the compilation into either C or VB .NET languages, there are several warnings depicted below. Could someone plea...