Demystifying iControl REST Part 2 - Understanding sub collections and how to use them
iControl REST. It’s iControl SOAP’s baby brother, introduced back in TMOS version 11.4 as an early access feature but was released fully in version 11.5.
Several articles on basic usage ha...
Published Jun 23, 2015
Version 1.0JRahm
Admin
Joined January 20, 2005
JRahm
Admin
Joined January 20, 2005
Mike_Mckinney
Nov 08, 2018Nimbostratus
I am trying to find all pool members with a certain IP address. Am I going to have to basically execute "mgmt/tm/ltm/pool/poolname/members" for each individual pool or is there a way to wild card poolname? I was hoping to make one call to get all and then search the entire response. Basically the REST equivalent of "tmsh list ltm pool one-line | grep 1.1.1.1"