Update node SNMP communication configuration
Update the node's SNMP communication settings: protocol version, UDP port, proxy node, codepage, the "prevent automatic SNMP configuration changes" lock, the polling credentials, and (optionally) separate SNMP trap reception credentials. Merge-patch semantics: any subset of fields can be sent; omitted fields are left unchanged.
authName holds the community string for SNMP v1/v2c and the USM user name for SNMP v3. When version is present it is applied first (so authName is stored in the correct slot) and is clamped up to the server-wide minimum SNMP version. The v3 authMethod, privMethod, authPassword and privPassword fields are only meaningful for SNMP v3.
The trap object configures separate credentials for received SNMP traps and is itself merge-patched (creating the trap credentials if they did not exist yet); sending trap: null reverts to using the polling credentials. authPassword and privPassword are write-only and are never returned by GET unless sensitive data is explicitly requested.
This property group applies to Node objects only; sending it to any other object class returns 400.
Path parameters
Request body
Response
SNMP configuration updated; full updated object returned.