/config/alert/sys-prio

The priority of each system-generated alert. /sys/alert provides a description of these alerts.

Get /config/alert/sys-prio

SecurityApiKey
Request
query Parameters
max-depth
integer >= 1

Limit output depth of the response. See Max-Depth.

Example: max-depth=2
filter
string

Response filter string. See Filter-Spec.

Example: filter={foo,bar}
Responses
200

Normal response.

401

Unauthorized response.

get/config/alert/sys-prio
Request samples
Response samples
application/json
{
  • "result": [
    ],
  • "error": "Error message (present if an error occurred)."
}

Replace /config/alert/sys-prio

SecurityApiKey
Request
Request Body schema: application/json
Array
integer (configAlertSysPrioItem) [ 0 .. 7 ]

The priority of this system alert.

Responses
200

Normal response.

401

Unauthorized response.

put/config/alert/sys-prio
Request samples
application/json
[
  • 0,
  • 0,
  • 7,
  • 0,
  • 7,
  • 4,
  • 0,
  • 0,
  • 1,
  • 6,
  • 0,
  • 0,
  • 0,
  • 5,
  • 0,
  • 0,
  • 0,
  • 0,
  • 0,
  • 0
]
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/alert/sys-prio

SecurityApiKey
Request
Request Body schema: application/json
Array
integer (configAlertSysPrioItem) [ 0 .. 7 ]

The priority of this system alert.

Responses
200

Normal response.

401

Unauthorized response.

post/config/alert/sys-prio
Request samples
application/json
[
  • 0,
  • 0,
  • 7,
  • 0,
  • 7,
  • 4,
  • 0,
  • 0,
  • 1,
  • 6,
  • 0,
  • 0,
  • 0,
  • 5,
  • 0,
  • 0,
  • 0,
  • 0,
  • 0,
  • 0
]
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/alert/sys-prio

Reset system alert priorities to 0.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

delete/config/alert/sys-prio
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}