Appendix: Field Reference

Quick Field Lookup

Top-Level Required Fields:

  • name (string, non-blank)
  • description (string, non-blank)
  • templateId (integer, 1-4)
  • messageConfig (object, template-specific)
  • feedAttributeMapping (array, min 1 item)
  • connectorConfig (object, min 1 connector)

Kafka Connector Required Fields:

  • connectorType = "KAFKA"
  • topic (string, non-blank)
  • clusterName (string, must exist in Platform)

Database Connector Required Fields:

  • connectorType = "MARIADB"
  • datasourceName (string, must exist in Platform)
  • databaseName (string, alphanumeric + underscore only + hyphen only)