Forum Discussion
Joe_Zollo_37838
Nimbostratus
Mar 11, 2019Retrieve F5 Pools/Nodes Based on IP Address
Hey Everybody! I'm looking to see if it would be possible - either via REST API or TMSH, to take an IP address, and retrieve the associated pools and nodes.
Right now, I can just grab all the pools and nodes (JSON data), then iterate through - and that works fine, but i'm looking for a more efficient way and I would greatly appreciate any insight you all could offer.
- Stanislas_Piro2
Cumulonimbus
in tmsh, use this command :
list ltm pool one-line | grep 1.2.3.4
the one-line command allow to filter with grep command...
- Satoshi_Toyosa1Ret. Employee
How about
curl -sku : https:///mgmt/tm/ltm/pool?expandSubcollections=true
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects