Setup remote Link server
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Configures remote Link server settings.
This endpoint is deprecated, use POST /network/management/server
- application/json
Request Body required
- link_enable boolean requiredDefault value: falseDetermines whether the Link server interaction is enabled 
- link_url ipv4|dns requiredLink server address 
- link_password string requiredDevice Link server authorization password 
- heartbeat boolean requiredDetermines whether the heartbeat to Link server is enabled 
Responses
- 200
- 400
- 401
OK
Wrong JSON body
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError information 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...