Obtaining File Transfer and Tunnel Session Information for FDA Audits
FDA-approved devices that are represented in your model and require FDA audit information, file transfer, and tunneling information can be obtained using two events provided in ThingWorx. TunnelSession and FileTransfer contain two Data Shapes: TunnelSession and FileTransferJob. Both Data Shapes are located in the RemoteThingWithTunnelsandFileTransfer Thing Template.
The TunnelSession Data Shape includes information related to a tunnel session and has the following fields:
• targetThing
• numConnects
• code
• bytesTransferred
• message
• blockSize
• duration
• port
• tunnelID
• proto
• readTimeout
• host
• startTime
• state
• endTime
• user
• tunnelName
• isComplete
The FileTransferJob Data Shape includes information related to a file transfer and has the following fields:
• targetChecksum
• code
• isAsync
• maxSize
• sourceFile
• startPosition
• isRestartEnabled
• duration
• targetFile
• startTime
• state
• sourcePath
• sourceRepository
• blockCount
• bytesTransferred
• targetPath
• sourceChecksum
• transferId
• message
• blockSize
• size
• endTime
• targetRepository
• user
• isComplete