Forum Discussion

Landono's avatar
Landono
Icon for Nimbostratus rankNimbostratus
Apr 14, 2015

Pool Status API Call

I'm currently building a dashboard that shows the status of multiple F5 LTM boxes that we own. Currently I'm trying to show the status of each pool on each LTM box, but I'm running into some issues. When I GET the url I'm able to get a list of all the pools. However, when I select a specific pool, for example , I don't see a state field in the JSON response that shows the pool's current health. This is something I can do from the GUI quite easily by just going to the Pools tab so I'm assuming I should be able to get this information from the API. What would be the best way to get this information?