{
  "id": "test-sql-server",
  "type": "MicrosoftSQL",
  "properties": {
    "database": "test",
    "host": "localhost",
    "port": 1433,
    "encrypt": true,
    "authentication": {
      "username": "username",
      "password": "password"
    },
    "ssl": {
      "enabled": false,
      "accept_invalid_cert": false,
      "ca_file": ""
    }
  },
  "brokers": [],
  "groups": [],
  "requestTimeout": 1000000,
  "logLevel": "none",
  "timeout": 60000
}