Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Instead of managing the file transfer configuration from the JOC Cockpit GUI some users might prefer
    • to manage the XML configuration for file transfers externally, for example from a repository,
    • to generate the XML configuration based on input from sources such as a database,
    • to deploy the file transfer configuration within the scope of an automated CI/CD pipeline.
  • The JS7 offers the JS7 - REST Web Service API to perform such operations
    • A simplified wrapper for the REST Web Service is available from the JS7 - PowerShell Module
    • Below examples make use of the JS7 PowerShell Module. Running the examples with the -debug switch logs the respective requests that can easily be integrated with individual REST Clients.

Configuration Format

The file transfer configuration format is XML For details about the format see YADE - Reference Documentation - XSD Schema Reference.

Examples

Get list of available File Transfer configurations

...