Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Big-IQ API query and only return result from active LTM?

John-31
Altocumulus
Altocumulus

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'

 

1 REPLY 1

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.