Forum Discussion

bentuteh_340831's avatar
bentuteh_340831
Icon for Nimbostratus rankNimbostratus
Feb 12, 2018
Solved

Device Level Statistics on iControlREST

I am attempting to scrape current F5 Device level statistics for CPU, Memory, etc, from an API to instrument into a monitoring system. I see on the GUI dashboard for my F5 device under statistics ==>...
  • bentuteh_340831's avatar
    Feb 13, 2018

    So I found a few endpoints that can be queried via iControl REST API for these:

    /mgmt/tm/sys/cpu
    /mgmt/tm/sys/memory
    

    Though undocumented, these provide the device-level stats that I was looking for via REST API. Recursion was very helpful in parsing this data as well.