This tool will pull the configuration from multiple load balancers and display it in a table.
Demo can be shown here:
https://loadbalancing.se/bigipreportdemo
Installation instructions are available here:
https://loadbalancing.se/bigipreport-rest/
DevCentral codeshare:
https://devcentral.f5.com/codeshare/bigip-report
- Install NodeJS
- Run
npm install
which usespackage.json
- Run
npm run build:dev
The typescript files will now be transpiled and written to js folder path when changes are detected.