Get management server settings
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Get management server settings.
If Link is enabled - Link will sync identifiers, access rules, logs etc.
If realtime logging is enabled - panel will send the logs in realtime to the Link.
If heartbeat is enabled - panel will send keep alive to the Link every 10 seconds.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- link_enable booleanDefault value: false
- link_url ipv4 or dns
- link_password string
- realtime_logging booleanDefault value: trueIf enabled device will send logs to the server 
- heartbeat booleanIf enabled device will send keep alive request every 10 seconds 
{
  "link_enable": false,
  "link_url": "link.bas-ip.com",
  "link_password": "123abc",
  "realtime_logging": true,
  "heartbeat": true
}
{
  "link_enable": false,
  "link_url": "link.bas-ip.com",
  "link_password": "123abc",
  "realtime_logging": true,
  "heartbeat": true
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...