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 required
Default value:
false
Determines whether the Link server interaction is enabled
- link_url ipv4|dns required
Link server address
- link_password string required
Device Link server authorization password
- heartbeat boolean required
Determines 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 string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...