v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Proxy

Connect proxy

Routes the device's traffic through a SOCKS5 proxy supplied in the request body, replacing any existing connection. A smartIp option can be used to select an IP automatically; the legacy flat host/port/user/password fields remain supported.

post/devices/{deviceId}/proxy

Path parameters

deviceIdstring required

Headers

X-Device-Display-IDinteger

Request body

$schemastring uri

A URL to the JSON Schema for this object.

hoststring hostname
namestring

Proxy name

passwordstring
portinteger
smartIpboolean
userstring

Example request

{
  "$schema": "https://example.com/schemas/ConnectProxyBody.json"
}

Response

No Content