Demystifying iControl REST Part 3 - How to pass query parameters and tmsh options
iControl REST. It’s iControl SOAP’s baby, brother, introduced back in TMOS version 11.4 as an early access feature but released fully in version 11.5.
Several articles on basic usage have been wri...
Published Jul 09, 2015
Version 1.0JRahm
Admin
Joined January 20, 2005
JRahm
Admin
Joined January 20, 2005
mkolozs_236219
Dec 03, 2018Nimbostratus
Great article! It helped me overcome some of the filtering issues I had with BIG-IQ CM REST API as well. However, one that I am not able to figure out yet is to select BIG-IP hostnames form a dynamic device group:
Like GET: https://{{bigiq_mgmt}}/mgmt/shared/resolver/device-groups//devices?$select=hostname
It still returns the full details of all devices in that group. In case someone has an advice on how to get only the devices hostnammes, managementAddress, that would be much appreciated.