/ctrl/interface/{if}/method

The array of methods provided by this interface. The methods are listed in no particular order.

Get /ctrl/interface/{if}/method

SecurityApiKey
Request
path Parameters
if
required
string

The name of an interface. Valid interface names must start with a letter and consist entirely of letters, digits, or underscores.

Example: relay
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/ctrl/interface/{if}/method
Request samples
Response samples
application/json
{
  • "result": [
    ],
  • "error": "Error message (present if an error occurred)."
}