IoT Embedded Configuration Service

The Configuration service is used to set up and receive multiple configurations for the Nano Agent on the IoT using API. By default, the service is restricted to localhost access only.

Authentication

Authentication is required for services that access sensitive data. It allows only authenticated user to use the configuration service. It is recommended to use the authentication service to limit access to configuration service to authenticated users only. You must provide a password on the initial setup of the service and then always use the same password when you open an API request.

Note - Keep the password in a secure location and remember it. The hash of the password for the service is stored locally on the device. There is no option to recover the password in case you forget it, which might require a factory-default reset, meaning all configurations and data on the device will be lost.

Configuration Service