Rest APIs
The collector has a web server listening on two internal port 8251. This port is not advertized outside the machine. The bringup server is running an Apache server which uses the default https port.
Users can modify the collector web server port as the following:
- Plugin
- Execute /opt/ufm/scripts/manage_ufm_plugins.sh add -p cablevalidation to add the Cable Validation plugin.
- Stop the plugin using /opt/ufm/scripts/manage_ufm_plugins.sh stop -p cablevalidation
- Use vim /opt/ufm/files/conf/plugins/cablevalidation/config.cfg to modify the 'BRINGUP_PORT' variable.
- Update and save the file.
- Start the plugin again with /opt/ufm/scripts/manage_ufm_plugins.sh start -p cablevalidation.
- Standalone
- Pass the new port as Env by executing docker run --name cables_bringup -itd --network=host --env BRINGUP_PORT=<new-port> cables_bringup
With these changes, the new configuration will take effect, and Apache will run with the updated ports.
- Reports APIs
- Resources APIs
- Filters APIs
- Commands APIs
- Users Management APIs
- Files Management APIs
- Exclude Devices APIs
- Version APIs
- Agent Status APIs
- Golden BER Test APIs
- Amber Collection Test APIs
- Advanced Flapping Test APIs
- Cable Validation Controller APIs
- Credential APIs
- Help API
- Amber Simulation APIs
- Prometheus Endpoint