GET
Since version 2.8
Get the SNMP settings.
| Responses | |
| 200 | GET successful. |
| Response (application/json): object | ||
| Member | Type | Description |
enabled | boolean | Indicates whether the SNMP functionality is enabled or disabled. This parameter can be changed in order to enable or disable the SNMP functionality. Since version: 2.8 |
engineId | string | Unique SNMP identification for the baseunit. Since version: 2.8 |
managerAddress | string | Determines the TCP/IP (IPv4) address or hostname of the host where the SNMP network manager is initialized. The Traps will be sent to this address. Example: snpm.barco.com Since version: 2.8 |
password | string (password) | The password used for SNMP authentication and encrypted requests. Since version: 2.8 write-only |
useDefaultEngineId | boolean | Since version: 2.9 |
username | string | The username used for SNMP authentication and encrypted requests. Since version: 2.8 write-only |