| Watch Folders and the Aspera Watch Service | 180
Field Description Default
"Remote host is not who we expected". For more information, see
Securing Your SSH Server on page 16 ("Configuring Transfer
Server Authentication").
id Value used to identify a Watch Folder. If this field is not configured
at creation, a UUID is automatically generated for and assigned to
the Watch Folder.
N/A
cool_off How long the Watch Folder service waits for files in the watched
folder to stop changing (stabilize) before taking a directory snapshot
and creating a drop. Default: 5s.
5s
snapshot_creation_periodThe interval during which Watch Folders groups new files in the
source directory into a drop. All files in a drop are transferred in
the same transfer session, post-processed together, and reported
as a unit. Watch Folders uses asperawatchd to detect file system
modifications, and continuously creates snapshots to compute
the snapshot differential. A small value results in high temporal
resolution for detecting file system modifications, whereas a large
value improves asperawatchd performance. Default: 3s.
3s
Authentication JSON Syntax
• SSH with password
"authentication": {
"type": "SSH",
"user": "username",
"pass": "password",
"fingerprint": "server_fingerprint"
}
• SSH with SSH key
"authentication": {
"type": "SSH",
"user": "username",
"keypath": "key_path",
"fingerprint": "server_fingerprint"
}
• NODE_BASIC with Node API username and password
"authentication": {
"type": "NODE_BASIC",
"user": "node_username",
"pass": "node_password",
}
• NODE_BASIC with Shares credentials
"authentication": {
"type": "NODE_BASIC",
"user": "shares_username",
"pass": "shares_password",
}
• NODE_BASIC with access key ID and secret
"authentication": {