emqx_connector_schema.hocon 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. emqx_connector_schema {
  2. config_enable.desc:
  3. """Enable (true) or disable (false) this connector."""
  4. config_enable.label:
  5. """Enable or Disable"""
  6. desc_connectors.desc:
  7. """Connectors that are used to connect to external systems"""
  8. desc_connectors.label:
  9. """Connectors"""
  10. connector_field.desc:
  11. """Name of the connector specified by the action, used for external resource selection."""
  12. connector_field.label:
  13. """Connector"""
  14. desc_name.desc:
  15. """The name of the connector."""
  16. desc_name.label:
  17. """Connector Name"""
  18. desc_type.desc:
  19. """The type of the connector."""
  20. desc_type.label:
  21. """Connector Type"""
  22. config_enable.desc:
  23. """Enable (true) or disable (false) this connector."""
  24. config_enable.label:
  25. """Enable or Disable"""
  26. desc_node_name.desc:
  27. """The node name."""
  28. desc_node_name.label:
  29. """Node Name"""
  30. desc_node_status.desc:
  31. """Node status."""
  32. desc_node_status.label:
  33. """Node Status"""
  34. desc_status.desc:
  35. """The status of the connector<br/>
  36. - <code>connecting</code>: the initial state before any health probes were made.<br/>
  37. - <code>connected</code>: when the connector passes the health probes.<br/>
  38. - <code>disconnected</code>: when the connector can not pass health probes.<br/>
  39. - <code>inconsistent</code>: When not all the nodes are at the same status."""
  40. desc_status.label:
  41. """Connector Status"""
  42. desc_status_reason.desc:
  43. """This is the reason given in case a connector is failing to connect."""
  44. desc_status_reason.label:
  45. """Failure reason"""
  46. connector_actions.desc:
  47. """List of actions added to this connector."""
  48. connector_actions.label:
  49. """Actions"""
  50. }