configuration / notification

CLI REST-API

misc

The submenu misc (misc) contains the following:

Menus: none

Objects:
delay-pzf-not-sync-msg (delay-pzf-not-sync-msg)
autorepeat-events (autorepeat-events)
max-event-repetition (max-event-repetition)
enable-heartbeat (enable-heartbeat)
heartbeat-interval (heartbeat interval in minutes)

Commands: none



See also:
/configuration/notification/misc/delay-pzf-not-sync-msg: delay-pzf-not-sync-msg
/configuration/notification/misc/autorepeat-events: autorepeat-events
/configuration/notification/misc/max-event-repetition: max-event-repetition
/configuration/notification/misc/enable-heartbeat: enable-heartbeat
/configuration/notification/misc/heartbeat-interval: heartbeat interval in minutes

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/notification/misc


Example using curl:
curl /api/configuration/notification/misc


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

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