Get remote Link server settings
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Return remote Link server configuration
This endpoint is deprecated, use GET /network/management/server
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- link_enable boolean
Default value:
false
Determines whether the Link server interaction is enabled
- link_url ipv4|dns
Link server address
- link_password string
Device Link server authorization password
- heartbeat boolean
Determines whether the heartbeat to Link server is enabled
{
"link_enable": false,
"link_url": "link.bas-ip.com",
"link_password": "123abc",
"heartbeat": true
}
{
"link_enable": false,
"link_url": "link.bas-ip.com",
"link_password": "123abc",
"heartbeat": true
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...