File Exporter Consumer

EXPORTER object

Common part of all EXPORTER objects

{
  "type": "webdav",
  "fail_strategy": "block",
  "max_retries": 7,
  "backoff_seconds": 30
}

In case consumer queue size limit is hit, it will accept new items, discarding the oldest ones, making it a circular queue.

WEBDAV_EXPORTER object

{
  "common": {},
  "server": "https://customer-site.com/webdav/",
  "username": "customer",
  "password": "qwerty",
  "strict_ssl": true
}

FTP_EXPORTER object

{
    "common": {},
    "server": "ftp://customer-site.com/webdav/",
    "username": "customer",
    "password": "qwerty"
}

SFTP_EXPORTER object - DISABLED

{
    "common": {},
    "server": "sftp://customer-site.com/webdav/",
    "username": "customer",
    "password": "qwerty",
    "strict_ssl": true
}

Endpoints

Back to Index