Skip to main content

Set management server settings

Set 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 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.

Request Body required
  • is_enabled boolean required

    If management server is enabled

  • protocol string required

    Possible values: [http, mqtt]

    Server interaction protocol

  • settings object required

    Protocol settings

    anyOf

  • url ipv4 or dns

    Server address

  • password string

    Server authorization password

  • is_logging_enabled boolean

    Panel will send logs to server if option is enabled

  • is_encrypted boolean

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

Responses

OK

Loading...