Pool Member Status HTML5 Page
Problem this snippet solves:
This allows a publicly accessible status page of Pools and Pool Members. No cron job is needed.
How to install:
If you only have one pool, you will probably have ...
Updated Sep 20, 2022
Version 2.0LoyalSoldier
Altostratus
Joined September 14, 2020
LoyalSoldier
Altostratus
Joined September 14, 2020
LoyalSoldier
Apr 13, 2017Altostratus
Maneesh,
 
As far as an XML output, you would have to re-code the HTML into an XML style format. For an example, see this link, go to the bottom of the last block of code and look for the section starting with this:
if { [HTTP::uri] eq "/rss" } {
. It is RSS, which is XML, but you're more likely looking for XHTML, which is similar.
https://devcentral.f5.com/s/articles/pool-member-status-page-on-a-virtual-server-v10 
A built-in search feature sounds cool, but would have to be with a client side scripting ability, such as JavaScript. If you have a working example I can try and add it when I get time.