/config/alert/custom/{idx}/cond/op

The comparison-operator to use for comparing the left-hand-side expression lhs against the right-hand side expression rhs. It may be one of:

  • <: Condition is true if lhs is less than rhs.
  • <=: Condition is true if lhs is less-than-or-equal to rhs.
  • =: Condition is true if lhs is equal to rhs.
  • !=: Condition is true if lhs differs from rhs.
  • >=: Condition is true if lhs is greater-than-or-equal to rhs.
  • >: Condition is true if lhs is greater than rhs.

Get /config/alert/custom/{idx}/cond/op

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}/cond/op
Request samples
Response samples
application/json
{
  • "result": "<",
  • "error": "Error message (present if an error occurred)."
}

Replace /config/alert/custom/{idx}/cond/op

SecurityApiKey
Request
path Parameters
idx
required
integer >= 0

The index of a custom alert.

Request Body schema: application/json
string (configAlertCustomItemCondOp)

The comparison-operator to use for comparing the left-hand-side expression lhs against the right-hand side expression rhs. It may be one of:

  • <: Condition is true if lhs is less than rhs.
  • <=: Condition is true if lhs is less-than-or-equal to rhs.
  • =: Condition is true if lhs is equal to rhs.
  • !=: Condition is true if lhs differs from rhs.
  • >=: Condition is true if lhs is greater-than-or-equal to rhs.
  • >: Condition is true if lhs is greater than rhs.
Enum: "<" "<=" "=" "!=" ">=" ">"
Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/alert/custom/{idx}/cond/op

SecurityApiKey
Request
path Parameters
idx
required
integer >= 0

The index of a custom alert.

Request Body schema: application/json
string (configAlertCustomItemCondOp)

The comparison-operator to use for comparing the left-hand-side expression lhs against the right-hand side expression rhs. It may be one of:

  • <: Condition is true if lhs is less than rhs.
  • <=: Condition is true if lhs is less-than-or-equal to rhs.
  • =: Condition is true if lhs is equal to rhs.
  • !=: Condition is true if lhs differs from rhs.
  • >=: Condition is true if lhs is greater-than-or-equal to rhs.
  • >: Condition is true if lhs is greater than rhs.
Enum: "<" "<=" "=" "!=" ">=" ">"
Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/alert/custom/{idx}/cond/op

Reset to <.

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}/cond/op
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}