configuration / notification

CLI REST-API

events

The submenu events (events) contains the following:

Menus:
test-message (test-message)
normal-operation (normal-operation)
ntp-not-sync (ntp-not-sync)
ntp-sync (ntp-sync)
ntp-stopped (ntp-stopped)
ntp-offset-limit-exceeded (ntp-offset-limit-exceeded)
ntp-offset-limit-ok (ntp-offset-limit-ok)
ntp-sync-tomrs (ntp-sync-tomrs)
system-reboot (system-reboot)
refclock-1-not-responding (refclock-1-not-responding)
refclock-1-not-sync (refclock-1-not-sync)
refclock-1-sync (refclock-1-sync)
antenna-faulty (antenna-faulty)
antenna-reconnect (antenna-reconnect)
antenna-short-circuit (antenna-short-circuit)
refclock-2-not-responding (refclock-2-not-responding)
refclock-2-not-sync (refclock-2-not-sync)
refclock-2-sync (refclock-2-sync)
refclock-2-signal-failure (refclock-2-signal-failure)
refclock-2-signal-reconnected (refclock-2-signal-reconnected)
device-configuration-changed (device-configuration-changed)
leapsecond-announced (leapsecond-announced)
shs-time-limit-ok (shs-time-limit-ok)
shs-time-limit-warning (shs-time-limit-warning)
shs-time-limit-error (shs-time-limit-error)
gps-warm-boot (gps-warm-boot)
gps-cold-boot (gps-cold-boot)
gps-normal-operation (gps-normal-operation)
ntp-sync-to-local (ntp-sync-to-local)
ntp-sync-to-gps (ntp-sync-to-gps)
ntp-sync-to-pps (ntp-sync-to-pps)
ntp-sync-to-external-ntp-server (ntp-sync-to-external-ntp-server)
ntp-restart (ntp-restart)
ntp-sync-to-pzf (ntp-sync-to-pzf)
no-irig-data-available (no-irig-data-available)
irig-telegram-error (irig-telegram-error)
irig-not-locked (irig-not-locked)
ntp-sync-to-tcr (ntp-sync-to-tcr)
ntp-sync-to-dct (ntp-sync-to-dct)
ntp-sync-to-rdt (ntp-sync-to-rdt)
power-supply-failure (power-supply-failure)
power-supply-ok (power-supply-ok)
power-consumption-overload (power-consumption-overload)
power-consumption-ok (power-consumption-ok)
power-redundancy-not-guaranteed (power-redundancy-not-guaranteed)
power-redundancy-avail (power-redundancy-avail)
sync-monitor (sync-monitor)
sync-monitor-alert (sync-monitor-alert)
sync-monitor-ok (sync-monitor-ok)
external-event-0 (external-event-0)
external-event-1 (external-event-1)
external-event-2 (external-event-2)
external-event-3 (external-event-3)
external-event-4 (external-event-4)
external-event-5 (external-event-5)
external-event-6 (external-event-6)
external-event-7 (external-event-7)
external-event-8 (external-event-8)
external-event-9 (external-event-9)
mrs-limit-exceed (mrs-limit-exceed)
mrs-source-no-signal (mrs-source-no-signal)
mrs-source-signal-detected (mrs-source-signal-detected)
selected-mrs-source-changed (selected-mrs-source-changed)
mrs-source-invalid (mrs-source-invalid)
mrs-source-ok (mrs-source-ok)
fdm-error (fdm-error)
fdm-ok (fdm-ok)
network-link-down (network-link-down)
network-link-up (network-link-up)
ptp-link-down (ptp-link-down)
ptp-link-up (ptp-link-up)
ptp-state-changed (ptp-state-changed)
ptp-error (ptp-error)
low-system-resources (low-system-resources)
sufficient-system-resources (sufficient-system-resources)
fan-failure (fan-failure)
fan-ok (fan-ok)
https-certificate-expired (https-certificate-expired)
https-certificate-expire-warning (https-certificate-expire-warning)
self-signed-https-certificate-in-use (self-signed-https-certificate-in-use)
oscillator-adjusted (oscillator-adjusted)
oscillator-not-adjusted (oscillator-not-adjusted)
cluster-master-changed (cluster-master-changed)
cluster-falseticker-detected (cluster-falseticker-detected)
cluster-falseticker-cleared (cluster-falseticker-cleared)
ims-error (ims-error)
ims-ok (ims-ok)
xhe-rubidium-ok (xhe-rubidium-ok)
xhe-rubidium-error (xhe-rubidium-error)
trusted-source-ok (trusted-source-ok)
trusted-source-error (trusted-source-error)
sync-e-input-quality-level-changed (sync-e-input-quality-level-changed)
esi-itu-limits-violated (esi-itu-limits-violated)
esi-itu-limits-adhered (esi-itu-limits-adhered)
ims-port-error (ims-port-error)
ims-port-ok (ims-port-ok)
faillock-user-banned (faillock-user-banned)

Objects: none

Commands: none



See also:
/configuration/notification/events/[EVENT-ID]
/status/notification/events: events

REST-API Support:


This menu is supported by the REST API:

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


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


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

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