configuration / notification

CLI REST-API

ext-syslog-server

The submenu ext-syslog-server (external syslog server) contains the following:

Menus:
syslog-configuration1 (syslog-configuration1)

Objects: none

Commands: none



See also:
/configuration/notification/ext-syslog-server/syslog-configuration[ID]

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/notification/ext-syslog-server


Example using curl:
curl /api/configuration/notification/ext-syslog-server


Method: PATCH
URL: /api/configuration/notification/ext-syslog-server
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/notification/ext-syslog-server
-d "{
  \"objects\": \"new-values\"
}"