Forum Discussion
Jayaram_S_96796
Nimbostratus
Jul 27, 2006Can we connect once BIG-IP device and pull all the object details
Hi
We are using v4.5 and v9.1 version of BIG-IP and we are using appropriate API to connect to these BIG-IPs. Our application pulls data from from each object such as
1. VIP
2. Pool
3. Node
4. SNAT
5. Proxy etc.
We used WSDL generate classes for the API and calling the appropriate class files and authenticating and pulling the data from BIG-IP.
Do we have any means by which we can connect once to BIG-IP devices and pull all the object details in one shot?
we are currently doing something like this for pulling Pool details and similarly for other objects
oPoolConfig = new LocalLBPool();
oPoolConfig.Credentials = creds;
oPoolConfig.Url = urlBigIP;
oPoolConfig.PreAuthenticate = true;
So whats happening with this code is, we are authenticating and connecting to BIG-IP each time for pulling each object details.
Appreciate your response asap
Thanks
Jayaram
- Deb_Allen_18Historic F5 Account
- Amrit_Lalli_952
Nimbostratus
I found this annoying as well,
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