Skip to main content
Version: 12 - TBD

ConnectorTypeWEBDAV

class connector_types.connector_type_webdav.ConnectorTypeWEBDAV(execution, workspace, inputs, cancel_event)

Base class: FileLiveOutputMixin

Parameters

NameTypeDescription
cancel_eventEvent
executiondict
inputsdict
workspace

Input Schema

  • schema_version = '10.0'

    Type: string

  • authentication

    Type: anyOf

  • scheme

    The scheme to use.

    Type: anyOf

  • host

    The remote hostname or IP address.

    Type: string

  • port

    Type: anyOf

  • path

    The path of the WebDAV server.

    Type: string

    Default: /

  • query

    Will be urlencoded automatically

    Type: array

  • fragment

    The fragment of the URI.

    Type: string

  • tls

    If to connect using TLS/SSL.

    Type: anyOf

  • mode

    Type: anyOf

  • timeout

    Total timeout for the request in seconds.

    Type: integer

    Default: 30

  • proxy

    Use a proxy to connect to the server.

    Type: object

    Additional Properties: False

  • live_output

    Stream transfer progress to output_value and log progress while the connection is running.

    Type: boolean

    Default: True

  • live_output_progress_interval_bytes

    Log and patch output_value progress after this many bytes transferred.

    Type: integer

    Default: 4194304

Output Schema