| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- 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:
- """Action name, a human-readable identifier."""
- desc_name.label:
- """Action Name"""
- config_parameters_timestamp.desc:
- """Timestamp. Placeholders in format of ${var} is supported, the final value can be:</br>
- - now: use the `now_ms` which is contained in the payload as timestamp
- - now_ms: same as above
- - now_us: use the `now_us` which is contained in the payload as timestamp
- - now_ns: use the `now_ns` which is contained in the payload as timestamp
- - any other: use the value directly as the timestamp"""
- config_parameters_timestamp.label:
- """Timestamp"""
- config_parameters_measurement.desc:
- """Measurement. Placeholders in format of ${var} is supported"""
- config_parameters_measurement.label:
- """Measurement"""
- config_parameters_data_type.desc:
- """Data Type, an enumerated or a string. </br>
- For string placeholders in format of ${var} is supported, the final value can be:</br>
- - TEXT
- - BOOLEAN
- - INT32
- - INT64
- - FLOAT
- - DOUBLE"""
- config_parameters_data_type.label:
- """Data type"""
- config_parameters_value.desc:
- """Value. Placeholders in format of ${var} is supported"""
- config_parameters_value.label:
- """Value"""
- action_parameters_data.desc:
- """IoTDB action parameter data"""
- action_parameters_data.label:
- """Parameter Data"""
- action_parameters.desc:
- """IoTDB action parameters"""
- action_parameters.label:
- """Parameters"""
- }
|