MQTT
Resource type
mqtt — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| broker | string | Yes | The hostname or IP address of the MQTT broker |
| port | integer | Yes | The port number for the MQTT broker connection |
| credentials | object | No | Authentication credentials for the MQTT broker |
| tls | object | No | TLS/SSL configuration for secure connections. For standard TLS, only the 'enabled' property needs to be set to true. For mutual TLS (mTLS) with client authentication, the CA certificate, client certificate, and certificate password are also required. |