Forum Discussion
Akif
Altostratus
Mar 19, 2020F5 Big-IP REST API Throughput bits/sec
I'm developing a custom dashboard for F5 Big-IP device on python. Right now I'm using the following API endpoints to fetch throughput data: mgmt/tm/sys/performance/throughput/In
mgmt/tm/sys/perform...
PeteWhite
Employee
Mar 20, 2020Try running it via the bash command:
curl -sk -u 'admin:admin' -H 'Content-Type: application/json' -X POST \
-d '{"command": "run", "utilCmdArgs": "-c \"tmsh -q show sys performance throughput\""}' \
https://<BIG-IP>/mgmt/tm/util/bash | jq .
- AkifMar 23, 2020
Altostratus
Thanks for your answer but i asked specifically whether i can do this without running tmsh commands, you are offering me to use tmsh commands but just in a different environment.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects