Forum Discussion
Antonio_Varni
Nimbostratus
Jun 26, 2010any way to set_active_partition 'all' or 'any' ?
I want to read all pool and virtual services into a mysql database. Now that I've started moving objects into their own partitions, I'm trying to find a way to get these objects 'all in 1 pass' instea...
Srivignesh_1217
Nimbostratus
May 28, 2014This link helped me in solving the problem. Here is the snippet for java based implementation.
String currentActivePartition = interfaces.getManagementPartition().get_active_partition(); interfaces.getManagementPartition().set_active_partition("[All]");
/* other iControl calls */
interfaces.getManagementPartition().set_active_partition(currentActivePartition);
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