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

An eScript expression that returns the value to use on the left hand side of the comparison.

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

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

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

SecurityApiKey
Request
path Parameters
idx
required
integer >= 0

The index of a custom alert.

Request Body schema: application/json
string (configAlertCustomItemCondLhs)

An eScript expression that returns the value to use on the left hand side of the comparison.

Responses
200

Normal response.

401

Unauthorized response.

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

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

SecurityApiKey
Request
path Parameters
idx
required
integer >= 0

The index of a custom alert.

Request Body schema: application/json
string (configAlertCustomItemCondLhs)

An eScript expression that returns the value to use on the left hand side of the comparison.

Responses
200

Normal response.

401

Unauthorized response.

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

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

Reset to empty string.

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