Skip to main content

Get management server settings

Get management server settings.

If Link is enabled - server will sync identifiers, access rules, logs etc.

If realtime logging is enabled - panel will send the logs in realtime to the server.

If heartbeat is enabled - panel will send keep alive to the server every 10 seconds. When MQTT protocol is used heartbeat is enabled by default.

Responses

OK


Schema
  • is_enabled boolean

    Device should try to connect to Management server

  • protocol string

    Possible values: [http, mqtt]

    User can choose between HTTP and MQTT protocols

  • settings object

    Settings used for connecting to management server

    oneOf

  • url ipv4 or dns

    Server address

  • password string

    Password for server authentication

  • is_logging_enabled boolean

    Should device send logs to server or not

  • is_encrypted boolean

    If enabled you can provide custom certificate with POST /network/management/settings/certificate or device will use default one.

Loading...