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
- link_url ipv4 or dns
- link_password string
- heartbeat boolean
{
"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": "Log In"
}
{
"error": "Log In"
}
Loading...