Forum Discussion
SWJO
Cirrostratus
Oct 12, 2019Object inherit information API
Hi guys. I need some advice regarding API which providing object inherit information. I already know how to find out inherit information using CLI command. These are example. ...
Satoshi_Toyosa1
Oct 17, 2019Ret. Employee
I would do:
1) Get the pool information from all the virtuals (tmsh list ltm virtual pool)
2) Grep the target pool.
For example, to get the virtuals with the pool "Pool-CentOS80",
curl -sku <user>:<pass> https://<mgmtIp>/mgmt/tm/ltm/virtual?\$select=pool,fullPath | python -m json.tool | grep -B 1 Pool-CentOS80 | grep fullPath
See also the "About query parameters" section (pp. 28-29) of iControl® REST API User Guide
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