12-May-2022 19:15
We're trying to perform automation on BigIQ and the challenge were facing is were getting results from both the LTM device and we cant easily identify which object is from the Active LTM.
Is it possible to do Big-IQ API query and only return result from active LTM?
Sample query:
GET https://<BIG-IQ>/mgmt/shared/index/config?$filter=allContent eq '10.145.195.168*' and kind eq 'cm:adc-core:working-config:ltm:virtual:adcvirtualstate'
13-May-2022 03:06 - edited 13-May-2022 03:06
You can try the BIG-IQ REST PROXY feature as it uses the UUID feature to select a single F5 device:
https://support.f5.com/csp/article/K79939355
https://support.f5.com/csp/article/K43656855
Also check if in the normal BIG-IQ commands you can select UUID as a filter.