Skip to main content

Get management server settings

Returns the management server configuration.

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

If realtime logging is enabled, the device will send logs to the server in real time.

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

Responses

OK


Schema
  • is_enabled boolean

    Determines whether the Link server interaction is enabled

  • protocol string

    Possible values: [http, mqtt]

    Defines the protocol for interaction with the Link server

  • settings object

    Determines protocol-specific settings

    anyOf

  • url ipv4|dns

    Server address

  • password string

    Device Link server authorization password

  • is_encrypted boolean

    Enables TLS encryption for the MQTT connection. A custom certificate can be uploaded with POST /network/management/server/certificate; otherwise the built-in default is used.

Loading...