Hi,
Please share the CLI command that can be used to fetch below details from F5.
Like: Application URL mentioned in irule → Pool → Pool Member details (only)
Hi,
Please share the CLI command that can be used to fetch below details from F5.
Like: Application URL mentioned in irule → Pool → Pool Member details (only)
You can check below article.
Irule details - View all configured iRules using tmsh
for seeing pool members in pool - tmsh show /ltm pool <pool_name> detail
To know about pool and member.. use below command:
tmsh list ltm pool | grep 'pool\|address'
If you are looking for Irule --> Pool --> Member then, Ansible or python script will helpful.