Forum Discussion

Livius's avatar
Livius
Icon for Cirrus rankCirrus
Jan 17, 2020

Collecting memory statistics via API (iControl)

Hi,

 

Is there any way to pull memory statistics via rest API ?

Specifically the equivalent of :

 

tmsh show sys memory

 

I am using BIG IP v 13.1

 

Thanks!

1 Reply

  • The below should work. Tested fine.

    curl -sk -u admin -H "Content-Type: application/json" -X GET  https://<hostname>/mgmt/tm/sys/memory | jq/jq