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 booleanDefault value: falseDetermines whether the Link server interaction is enabled 
- link_url ipv4|dnsLink server address 
- link_password stringDevice Link server authorization password 
- heartbeat booleanDetermines 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 stringError information 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...