create_or_update.json 162 B

12345678910
  1. {
  2. "connector_name": "test",
  3. "engine": "MYSQL",
  4. "connector_info": {
  5. "user": "fate",
  6. "passwd": "fate",
  7. "host": "127.0.0.1",
  8. "port": 3306
  9. }
  10. }