vinnie357 / f5-ltm-viewer

node app for viewing BIG-IP LTM objects and their related objects, to work with that data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

f5-ltm-viewer

requirements:

  • nodejs 10 LTS
  • ./user/creds.json
  • ./user/devices.json

usage:

flags:
Required:
  • -h target host
  • -c credentials object to use
Optional:
  • -e export csv
  • -v version

cli output

node app.js -h host -c bigip4

export to default path

node app.js -h host -c bigip4 -e

export to specific path

node app.js -h 192.168.20.34 -c bigip4 -e ./exports/

./images/image001.png

About

node app for viewing BIG-IP LTM objects and their related objects, to work with that data.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%