74 lines
1.7 KiB
Plaintext
74 lines
1.7 KiB
Plaintext
emqx_bridge_iotdb {
|
|
|
|
config_enable.desc:
|
|
"""Enable or disable this bridge"""
|
|
|
|
config_enable.label:
|
|
"""Enable Or Disable Bridge"""
|
|
|
|
config_authentication.desc:
|
|
"""Authentication configuration"""
|
|
|
|
config_authentication.label:
|
|
"""Authentication"""
|
|
|
|
auth_basic.desc:
|
|
"""Parameters for basic authentication."""
|
|
|
|
auth_basic.label:
|
|
"""Basic auth params"""
|
|
|
|
config_auth_basic_username.desc:
|
|
"""The username as configured at the IoTDB REST interface"""
|
|
|
|
config_auth_basic_username.label:
|
|
"""HTTP Basic Auth Username"""
|
|
|
|
config_auth_basic_password.desc:
|
|
"""The password as configured at the IoTDB REST interface"""
|
|
|
|
config_auth_basic_password.label:
|
|
"""HTTP Basic Auth Password"""
|
|
|
|
config_base_url.desc:
|
|
"""The base URL of the external IoTDB service's REST interface."""
|
|
config_base_url.label:
|
|
"""IoTDB REST Service Base URL"""
|
|
|
|
config_is_aligned.desc:
|
|
"""Whether to align the timeseries"""
|
|
|
|
config_is_aligned.label:
|
|
"""Align Timeseries"""
|
|
|
|
config_device_id.desc:
|
|
"""The IoTDB device ID this data should be inserted for.
|
|
If left empty, the MQTT message payload must contain a `device_id` field,
|
|
or EMQX's rule-engine SQL must produce a `device_id` field."""
|
|
config_device_id.label:
|
|
"""Device ID"""
|
|
|
|
config_iotdb_version.desc:
|
|
"""The version of the IoTDB system to connect to."""
|
|
config_iotdb_version.label:
|
|
"""IoTDB Version"""
|
|
|
|
config_max_retries.desc:
|
|
"""HTTP request max retry times if failed."""
|
|
|
|
config_max_retries.label:
|
|
"""HTTP Request Max Retries"""
|
|
|
|
desc_config.desc:
|
|
"""Configuration for Apache IoTDB bridge."""
|
|
|
|
desc_config.label:
|
|
"""IoTDB Bridge Configuration"""
|
|
|
|
desc_name.desc:
|
|
"""Bridge name, used as a human-readable description of the bridge."""
|
|
|
|
desc_name.label:
|
|
"""Bridge Name"""
|
|
}
|