Forum Discussion
caulfiedd_spurr
Cirrus
Apr 14, 2020any way get ltm pool member configuration with single rest api request instead of one by one
is there any way to get pool member configuration with single rest api request instead of one by one ,or if there any batch request of pool member configuration
ldesfosses
Cirrus
Apr 14, 2020I don't know in python, but with the Java SDK, there is a method to get the members of an array of pools :
String pool[]=new String[20] ; //Your array of pool here
CommonAddressPort PoolMember[][]==icInterfaces.getLocalLBPool().get_member_v2(pool) ;
So maybe there is something similar in python.
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