JOC API

Version 2.3.0

Download RAML
JOC API
/yade/files
POST

Gets transferred files


Parameters in the POST body schema

Name Type Description Example Default
transferIds optional; array[integer] The ids of file transfers [4711]
states optional, array Limits result to transfer states
  • UNDEFINED
  • WAITING
  • TRANSFERRING
  • IN_PROGRESS
  • TRANSFERRED
  • SUCCESS
  • SKIPPED
  • FAILED
  • ABORTED
  • COMPRESSED
  • NOT_OVERWRITTEN
  • DELETED
  • RENAMED
  • IGNORED_DUE_TO_ZEROBYTE_CONSTRAINT
  • ROLLED_BACK
  • POLLING
["SUCCESS"]
sourceFile optional, string Limits result to a specified glob pattern of a source file that supports '*' and '?' as wildcards where
  • * : match zero or more characters
  • ? : match any single character
"*testsource*"
targetFile optional, string Limits result to a specified glob pattern of a target file that supports '*' and '?' as wildcards where
  • * : match zero or more characters
  • ? : match any single character
"my*targetfile"
sourceFiles optional, array[string] Limits result to specified source files. If this parameter is specified then sourceFile is ignored [
"/path/to/source"
]
targetFiles optional, array[string] Limits result to specified target files. If this parameter is specified then targetFile is ignored [
"/path/to/target"
]
integrityHash optional, string Limits result to specified integrity hash value.
"daefffb93e6c3be7136ba40edae4"
limit optional, integer Limits the number of resulting items, -1=unlimited 5000 10000