import_configuration.json 401 B

123456789101112131415161718192021222324
  1. {
  2. "streams": {
  3. "test": "CREATE STREAM test () WITH (DATASOURCE=\"users\", FORMAT=\"JSON\")"
  4. },
  5. "tables": {
  6. },
  7. "rules": {
  8. "myRule": "{\"id\": \"myRule\",\"sql\": \"SELECT * FROM test\",\"actions\": [{\"log\": {}}]}"
  9. },
  10. "nativePlugins":{
  11. },
  12. "portablePlugins":{
  13. },
  14. "sourceConfig":{
  15. },
  16. "sinkConfig":{
  17. },
  18. "connectionConfig":{
  19. },
  20. "Service":{
  21. },
  22. "Schema":{
  23. }
  24. }