Skip to main content

F5 REST-API (iControlREST)

iControlREST Home

Find the documentation about the F5 REST-API here:

https://clouddocs.f5.com/api/icontrol-rest/

Examples

GTM

Get GTM Pool fallbackIp
curl -sku admin:<password> https://<f5-bigip>/mgmt/tm/gtm/pool/a\
| jq '.items[] | { name: .name, ip: .fallbackIp }'