Difference between revisions of "OS4X plugin os4xplugin DTNA upload"

From OS4X
Jump to navigation Jump to search
(Created page with "== Purpose == Upload all files of a job (typically: one) to the DTNA REST webservice, provided by == Configuration == The plugin must be configured on per-partner level and...")
 
Line 11: Line 11:
 
*Client certificate: a selectable certificate from the panel "Certificates" -> "CSR", where you have to upload your own certificate incl. private key to the CSR panel.
 
*Client certificate: a selectable certificate from the panel "Certificates" -> "CSR", where you have to upload your own certificate incl. private key to the CSR panel.
 
*Debug output: Print out more information for debugging purposes
 
*Debug output: Print out more information for debugging purposes
 
  
 
== Behaviour ==
 
== Behaviour ==

Revision as of 12:31, 8 December 2020

Purpose

Upload all files of a job (typically: one) to the DTNA REST webservice, provided by

Configuration

The plugin must be configured on per-partner level and has no global configuration.

Configuration parameters are:

  • Target URL: The destination URL incl. protocol. Typical values are:
  • Client certificate: a selectable certificate from the panel "Certificates" -> "CSR", where you have to upload your own certificate incl. private key to the CSR panel.
  • Debug output: Print out more information for debugging purposes

Behaviour

The plugin uploads the file(s) of the job to the target URL via REST webservice, using the configured client certificate. The upload results into a response from the web service, which is then interpreted. If any of the output indicates an error, the plugin aborts the job by exiting with a non-zero return code.