| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- emqx_bridge_oracle {
- local_topic {
- desc = "The MQTT topic filter to be forwarded to Oracle Database. All MQTT 'PUBLISH' messages with the topic"
- " matching the local_topic will be forwarded.<br/>"
- "NOTE: if this bridge is used as the action of a rule (EMQX rule engine), and also local_topic is"
- " configured, then both the data got from the rule and the MQTT messages that match local_topic"
- " will be forwarded."
- label = "Local Topic"
- }
- sql_template {
- desc = "SQL Template. The template string can contain placeholders"
- " for message metadata and payload field. The placeholders are inserted"
- " without any checking and special formatting, so it is important to"
- " ensure that the inserted values are formatted and escaped correctly."
- label = "SQL Template"
- }
- server {
- desc = "The IPv4 or IPv6 address or the hostname to connect to.<br/>"
- "A host entry has the following form: `Host[:Port]`.<br/>"
- "The Oracle Database default port 1521 is used if `[:Port]` is not specified."
- label = "Server Host"
- }
- sid {
- desc = "Sid for Oracle Database"
- label = "Oracle Database Sid."
- }
- service_name {
- desc = "Service Name for Oracle Database."
- label = "Oracle Database Service Name"
- }
- config_enable {
- desc = "Enable or disable this bridge"
- label = "Enable Or Disable Bridge"
- }
- desc_config {
- desc = "Configuration for an Oracle Database bridge."
- label = "Oracle Database Bridge Configuration"
- }
- desc_type {
- desc = "The Bridge Type"
- label = "Bridge Type"
- }
- desc_name {
- desc = "Bridge name."
- label = "Bridge Name"
- }
- action_parameters {
- desc = "Action specific configuration."
- label = "Action"
- }
- oracle_action {
- desc = "Configuration for Oracle Action"
- label = "Oracle Action Configuration"
- }
- config_connector {
- desc = "Configuration for an Oracle Client."
- label = "Oracle Client Configuration"
- }
- }
|