/config/alert/custom/{idx}/priority

The priority of this custom alert. Zero is the lowest, seven the highest priority.

Get /config/alert/custom/{idx}/priority

SecurityApiKey
Request
path Parameters
idx
required
integer >= 0

The index of a custom alert.

Responses
200

Normal response.

401

Unauthorized response.

get/config/alert/custom/{idx}/priority
Request samples
Response samples
application/json
{
  • "result": 7,
  • "error": "Error message (present if an error occurred)."
}

Replace /config/alert/custom/{idx}/priority

SecurityApiKey
Request
path Parameters
idx
required
integer >= 0

The index of a custom alert.

Request Body schema: application/json
integer (configAlertCustomItemPriority) [ 0 .. 7 ]

The priority of this custom alert. Zero is the lowest, seven the highest priority.

Responses
200

Normal response.

401

Unauthorized response.

put/config/alert/custom/{idx}/priority
Request samples
application/json
7
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/alert/custom/{idx}/priority

SecurityApiKey
Request
path Parameters
idx
required
integer >= 0

The index of a custom alert.

Request Body schema: application/json
integer (configAlertCustomItemPriority) [ 0 .. 7 ]

The priority of this custom alert. Zero is the lowest, seven the highest priority.

Responses
200

Normal response.

401

Unauthorized response.

post/config/alert/custom/{idx}/priority
Request samples
application/json
7
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/alert/custom/{idx}/priority

Reset to 0.

SecurityApiKey
Request
path Parameters
idx
required
integer >= 0

The index of a custom alert.

Responses
200

Normal response.

401

Unauthorized response.

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