/ctrl/interface/{if}/method/{idx}/in

The DBus type signature of the input arguments to the method. An empty string indicates that the method accepts no input arguments.

Get /ctrl/interface/{if}/method/{idx}/in

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
idx
required
integer >= 0

The index of a method.

Responses
200

Normal response.

401

Unauthorized response.

get/ctrl/interface/{if}/method/{idx}/in
Request samples
Response samples
application/json
{
  • "result": "u",
  • "error": "Error message (present if an error occurred)."
}