configuration / notification

CLI REST-API

monitoring

The submenu monitoring (monitoring) contains the following:

Menus: none

Objects:
monitor-pow-red (monitor-pow-red)

Commands: none



See also:
/configuration/notification/monitoring/monitor-pow-red: monitor-pow-red

REST-API Support:


This menu is supported by the REST API:

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


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


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

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