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 - device will send the logs in realtime to the server.

If heartbeat is enabled - device 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

    Describes, if Link management server function is enabled on device

  • protocol string

    Possible values: [http, mqtt]

    Network protocol used to connect to the management server

  • settings object

    Describes protocol settings for picked protocol

    oneOf

  • url host

    Server host address. Also port can be specified with colon

  • password ascii

    Possible values: non-empty and <= 32 characters

    Password use for authenticate device on Link server

  • is_logging_enabled boolean

    Device send logs to Link 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.

Loading...