Akif
Mar 05, 2020Altostratus
F5-sdk on Python
I'm trying to implement a project with f5-sdk on python.
I'm working on a F5 BIG-IP device.
I want to get the current throughput and number of connections data so that i can make a simple dashboard.
I can get number of connections data for each virtual server but i need to see the data about the whole system.
How can i do this? Which functions,classes i can use. Documentation doesn't really helped me to achieve this.
Can you give example code parts?
Thanks all.