[Index]

Model: data/HttpDestination

This model stores parameters for transferring a file to an HTTP server.

Model Details: data/HttpDestination

Title Description Details
Name * Name for this HTTP file transfer destination.
  • Field Name: name
  • Type: String
Hostname * Hostname of the HTTP server.
  • Field Name: host
  • Type: String
  • Format: host-name
Port Port of the HTTP server
  • Field Name: port
  • Type: String
  • MaxLength: 5
  • Pattern: (6553[0-5]|655[0-2][0-9]\d|65[0-4](\d){2}|6[0-4](\d){3}|[1-5](\d){4}|[1-9](\d){0,3})
Secure Uses secure connection.
  • Field Name: secure
  • Type: Boolean
Username Username to authenticate to HTTP server.
  • Field Name: username
  • Type: String
Password Password to authenticate to HTTP server.
  • Field Name: password
  • Type: String
  • Is Password: True
  • Store Encrypted: True
Client certificate Certificate used by client to authenticate to the HTTP server.
  • Field Name: client_cert
  • Type: String
  • Target: data/Certificate
  • Format: uri
HTTP Method * HTTP method (PUT or POST)
  • Field Name: method
  • Type: String
  • Choices: ["PUT", "POST"]
URL * URL on HTTP server.
  • Field Name: url
  • Type: String