2.18 configuration/features/snmp

GET

Since version 2.8

Get the SNMP settings.

Responses
200GET successful.
Response (application/json): object
MemberTypeDescription
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
booleanSince version: 2.9
username
string

The username used for SNMP authentication and encrypted requests.

Since version: 2.8

write-only

PATCH

Since version 2.8

Change the SNMP settings.

Request body (application/json): object
MemberTypeDescription
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
booleanSince version: 2.9
username
string

The username used for SNMP authentication and encrypted requests.

Since version: 2.8

write-only

Responses
200PATCH successful.