portId | String The internal identifier for the ActiveTransfer Server port. | |||
portName | String The name of the ActiveTransfer Server port. | |||
host | String The IP address of the machine on which the ActiveTransfer Server is installed. | |||
port | String Port number assigned to the port. Note: Make sure that the port you specify is not being used by any application, including the default ports used for ActiveTransfer Server and ActiveTransfer Gateway (2080 and 8500, respectively). | |||
protocol | String The transfer protocol to be used by the port to transfer files. The options are: FTP (default) SFTP HTTP HTTPS | |||
instanceId | String (Optional) The internal identifier for the ActiveTransfer Server instance. | |||
instanceName | String (Optional) Name of the ActiveTransfer Server instance. | |||
active | Boolean Port is activated and started in all the ActiveTransfer instances. The default is true. | |||
defaultInEmail | String (Optional) If the port information should be included by default in the user credential email sent to the ActiveTransfer Server user. ActiveTransfer Server sends an email alert to the user when you create a new user account or edit the credentials or server connection details for a user. Using this parameter, you can specify to include the port name, protocol, and host, and port information in these alert emails. The default is true. | |||
ftpDetails | Document Reference (Optional) A document reference to the
wm.mft.assets.rec.port:FTPDetails document type which contains the details of an ActiveTransfer Server port configured for FTP protocol. Note: Use this document type only if the ActiveTransfer Server port is configured for FTP file transfer protocol. | |||
sftpDetails | Document Reference (Optional) A document reference to the
wm.mft.assets.rec.port:SFTPDetails document type which contains the details of an ActiveTransfer Server port configured for SFTP protocol. Note: Use this document type only if the ActiveTransfer Server port is configured for SFTP file transfer protocol. | |||
httpDetails | Document Reference (Optional) A document reference to the
wm.mft.assets.rec.port:HTTPDetails document type which contains the details of an ActiveTransfer Server port configured for HTTP protocol. Note: Use this document type only if the ActiveTransfer Server port is configured for HTTP file transfer protocol. |