configuration / notification / misc

CLI REST-API

heartbeat-interval

heartbeat interval in minutes
This is a read-write object and valid values are signed integers within a range of 1-60.

Datatype-Help:
value must be between 1 and 60.



See also:
/configuration/notification/misc: misc
/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

REST-API Support:


This object 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:
{
  "heartbeat-interval": 1
}

Example using curl:
curl -X PATCH /api/configuration/notification/misc -d
{
  "heartbeat-interval": 1
}