Get Link server settings
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Get Link server settings
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
- realtime_logging boolean
Default value:
true
If enabled device will send logs on server
- heartbeat boolean
{
"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
}
Please log in
- application/json
- Schema
- Example (from schema)
- Example
Schema
error object
code stringPossible values: [
invalid_authentification
,permission_denied
,not_valid
,system_error
]Error code
message stringError message
data object
Did not pass validation parameters. Can be represented as an object, which can include field names, arrays, query parameters etc.
param string
{
"error": {
"code": "not_valid",
"message": "Data validation error",
"data": {
"param": "must be an string"
}
}
}
{
"error": {
"code": "invalid_authentification",
"message": "Log In"
}
}
Loading...