configuration / notification / monitoring

CLI REST-API

monitor-pow-red

monitor-pow-red
This is a read-write object and valid values are strings.

Datatype-Help:
value must be a string.



See also:
/configuration/notification/monitoring: monitoring

REST-API Support:


This object 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:
{
  "monitor-pow-red": "Meinberg"
}

Example using curl:
curl -X PATCH /api/configuration/notification/monitoring -d
{
  "monitor-pow-red": "Meinberg"
}