Updated the MQTT service configuration.

Set the current MQTT Configuration of the MQTT Bridge interface. It supports username/password and TLS-based authentication. Note that the certificates can also be loaded via the Gateway USB port. See the Gateway documentation for details.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

MQTT broker host address. Domain or IP Address.

integer

Port for MQTT communication

string

Username for MQTT authentication.

string | null

An optional topic segment used to integrate the Gateway’s topics into an existing MQTT topic hierarchy. This ensures that the Gateway’s topics are nested within a predefined structure, maintaining organization and consistency in the topic tree.

string | null

Certificate authority (CA) certificate for secure MQTTS connections. The CA can also be loaded via the Gateway's USB port.

string

MQTT authentication method. Possible values are "password" for username/password authentication, "certificate" for SSL/TLS certificate-based authentication.

string | null

Password for MQTT authentication when using auth=password.

string | null

Private key for SSL/TLS authentication when using auth=certificates. The key can also be loaded via the Gateway's USB port.

string | null

Public certificate for SSL/TLS authentication when using auth=certificates. The certificate can also be loaded via the Gateway's USB port.

Responses
204

Success

401

Unauthorized

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json