/sys/alert/{idx}/reason

A brief explanation of the system condition that triggers is system alert. The string is localized according to the selected language-code or is in English if a translation is unavailable.

Get /sys/alert/{idx}/reason

SecurityApiKey
Request
path Parameters
idx
required
integer >= 0

The index of a system alert.

Responses
200

Normal response.

401

Unauthorized response.

get/sys/alert/{idx}/reason
Request samples
Response samples
application/json
{
  • "result": "Proxy-connection established",
  • "error": "Error message (present if an error occurred)."
}