/config/remote/{name}/link_type

The link-type of the remote device.

Get /config/remote/{name}/link_type

SecurityApiKey
Request
path Parameters
name
required
string

The name of a remote device. It must consist of printable characters only. The name local is reserved for internal use and may not appear here.

Example: PRM3
Responses
200

Normal response.

401

Unauthorized response.

get/config/remote/{name}/link_type
Request samples
Response samples
application/json
{
  • "result": "slowd",
  • "error": "Error message (present if an error occurred)."
}

Replace /config/remote/{name}/link_type

SecurityApiKey
Request
path Parameters
name
required
string

The name of a remote device. It must consist of printable characters only. The name local is reserved for internal use and may not appear here.

Example: PRM3
Request Body schema: application/json
string (configRemoteNameLinkType)

The link-type of the remote device.

Responses
200

Normal response.

401

Unauthorized response.

put/config/remote/{name}/link_type
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/remote/{name}/link_type

SecurityApiKey
Request
path Parameters
name
required
string

The name of a remote device. It must consist of printable characters only. The name local is reserved for internal use and may not appear here.

Example: PRM3
Request Body schema: application/json
string (configRemoteNameLinkType)

The link-type of the remote device.

Responses
200

Normal response.

401

Unauthorized response.

post/config/remote/{name}/link_type
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/remote/{name}/link_type

Clears this value to tcp.

SecurityApiKey
Request
path Parameters
name
required
string

The name of a remote device. It must consist of printable characters only. The name local is reserved for internal use and may not appear here.

Example: PRM3
Responses
200

Normal response.

401

Unauthorized response.

delete/config/remote/{name}/link_type
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}