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

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

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

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

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

SecurityApiKey
Request
path Parameters
idx
required
integer >= 0

The index of a custom alert.

Request Body schema: application/json
string (configAlertCustomItemCondRhs)

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

Responses
200

Normal response.

401

Unauthorized response.

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

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

SecurityApiKey
Request
path Parameters
idx
required
integer >= 0

The index of a custom alert.

Request Body schema: application/json
string (configAlertCustomItemCondRhs)

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

Responses
200

Normal response.

401

Unauthorized response.

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

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

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