Device Configuration file
A device configuration file is required in order to establish a client connection to the desired device.
Below is an example of the configuration file, nodeinfo.conf, with a device's, SN2010, configuration information added.
[Device:SN2010]
host: 10.4.4.53
transport: https
port: 8091
user: admin
password: admin
The below table has a list of attributes that belong to the device configuration file:
| Attribute | Values | Description |
|---|---|---|
| Device | i.e. SN2010 | Connection device name |
| host | 10.X.X.XX | Host ip |
| transport | http/https | transport type |
| port | i.e. 8091 | port number |
| user | i.e. admin | client user |
| password | i.e. admin | client authorization |