Accepting the Amlen Bridge license

Before the Amlen Bridge can connect to MQTT endpoints, you must access the license for the Bridge. There are three license types: developers, production, and non-production.

The current license type is stored in the dynamic configuration file (bridge.cfg). If you change the value of the LicensedUsage parameter in that file, you indicate that you accept the specified licensed usage. This is an alternative method for updating the license file. For information about dynamically updating the Bridge configuration, see Updating the Bridge configuration.

To set the licensed usage of Amlen Bridge and accept the license, use the Eclipse Amlen REST API POST method.
  • To accept the production license, run the following command: curl -X POST -k -u username:password http://bridge-admin-endpoint-IP:Port/admin/accept/license/Production
  • To accept the non-production license, run the following command: curl -X POST -k -u username:password http://bridge-admin-endpoint-IP:Port/admin/accept/license/Non-Production
  • To accept the developers license, run the following command: curl -X POST -k -u username:password http://bridge-admin-endpoint-IP:Port/admin/accept/license/Developers