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

Forum Posts

Creating proxy on unit 2 and saved config question

I'm at home and don't have access to all my stuff, so this is from   the top of my head, forgive me if it's a little hazy.     I was trying to create a proxy with ITCMLocalLB.Proxy.create. When I   was doing that on unit 2, I got an error indica...

General comments/observations regarding iControl

Background   I've spent a bit of time with the iControl sdk, and, as   witnessed in this developers portal, ran into some challenges   and issues. I thought it might be worthwhile to line out most   of my learnings over the last week or so in one...

Hw do I save configurations on a bigip?

I can see the stuff in ConfigSync. But how does that relate to: bigpipe base save and bigpipe save It would appear that ITCMSystem.ConfigSync.save_configurationwith the right flag will save either, but on the command line version the filename ...

How to get enabled state & availability (bulk)?

how do you get the state & availability for a list of IPPortDefinitions? the closest thing i can find are the get_node_address_states & get_node_address_availability functions. only problem being these functions don't accept an IPPortDefinition, bu...

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...