| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- emqx_bridge_iotdb_connector {
- 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_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"""
- }
|