Javascript REST API proxy with HTML UI, nodeJS and iControl module
Problem this snippet solves: 1) Provides browser interface to REST API.
2) Provides an all javascript inclusive app for managing BigIP objects. Enable/Disable/Add/Edit pool members. Only pool mem...
Updated Jun 06, 2023
Version 2.0John_Alam_45640
Historic F5 Account
Joined June 12, 2006
John_Alam_45640
Jul 03, 2015Historic F5 Account
You need the iControl node module which is downloaded and installed using the : npm install icontrol command.
Other modules needed are included in default node install.
You will also need a certificate file and a private key files.. And you will need to modify the script to point to the location of these files. They are needed because the HTTP server started by the node.js side script accepts only SSL/TLS connections.