Skip to main content

Get MQTT certificate information

Returns whether a custom certificate has been uploaded for the management server MQTT connection and its validity period.

Responses

OK


Schema
  • uploaded boolean

    Determines whether the custom certificate is uploaded

  • validity_period object

    Certificate expiration date status

  • is_valid boolean

    Determines whether the custom certificate is valid

  • valid_from int64

    Unix Timestamp Date

  • valid_to int64

    Unix Timestamp Date

Loading...