CloudGateway

For Printing, use ApiKeys CloudeConnector

The CloudGateway is similar to the CloudConnector but the CloudGateway is used for retrieving and sending data instead of printing.

To request Data from the Gateway use the cloudQuery api function.

Example Configuration

{
  "Connections": [
    {
      "Endpoint": "LocalFirebird", //Your name choice
      "Plugin": "Firebird",
      "ConnectionString": "Server=192.168.178.39;User=SYSDBA;Password=xxxxxxxxxxxxxx;Database=C:\\Users\\volker\\Documents\\VOLKERSTESTDB.FDB"
    },
	{
      "Endpoint": "LocalSql",
      "Plugin": "MsSql",
      "ConnectionString": "Server=tcp:192.168.178.39,1433;Initial Catalog=MyDb;Persist Security Info=False;User ID=myUser;Password=xxxxxxxxxxxxx;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
    }
  ]
}

Last updated