/sys/func/alert/{name}

The name of the eScript function. Function names start with a letter and consist entirely of alpha-numeric characters or underscores (_).

Get /sys/func/alert/{name}

SecurityApiKey
Request
path Parameters
name
required
string

The name of an eScript alert function.

query Parameters
max-depth
integer >= 1

Limit output depth of the response. See Max-Depth.

Example: max-depth=2
filter
string

Response filter string. See Filter-Spec.

Example: filter={foo,bar}
Responses
200

Normal response.

401

Unauthorized response.

get/sys/func/alert/{name}
Request samples
Response samples
application/json
{
  • "result": "dayavg",
  • "error": "Error message (present if an error occurred)."
}