Modify Syslog Server Address

Modifies the address or port of the syslog server. This is used if there are network changes that cause these addresses to change or to fix incorrect configurations.

Request syntax

PATCH /v1/notification/syslog/servers/{address} {"address": <address>, "port": <port>}Modifies the address or port of the syslog server. This is used if there are network changes that cause these addresses to change or to fix incorrect configurations.


Path parameters

address (string)

The unique address of the syslog server for this library.

Request body parameters

address (string, optional)

The new IPv4 address or host name of the Syslog server.

port (number, optional)

the new port number of the syslog server.

Example

> PATCH /v1/notification/syslog/servers/192.168.0.10 {address:"192.168.0.14"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 0