JOC API

Version 1.13.10

Download RAML
JOC API
/yade/files
POST

Responds transferred files


Parameters in the POST body schema

Name Type Description Example Default
jobschedulerId required, string JobScheduler Master ID scheduler
compact optional, boolean Response has a compact version if this parameter is true false
transferIds optional; array of integers The ids of YADE transfers [4711]
interventionTransferIds optional; array of integers The id of a intervened YADE transfer [4711]
states optional, array Filtered all YADE history item with transfer states such as
  • UNDEFINED
  • WAITING
  • TRANSFERRING
  • IN_PROGRESS
  • TRANSFERRED
  • SUCCESS
  • SKIPPED
  • FAILED
  • ABORTED
  • COMPRESSED
  • NOT_OVERWRITTEN
  • DELETED
  • RENAMED
  • IGNORED_DUE_TO_ZEROBYTE_CONSTRAINT
  • SETBACK
  • POLLING
["SUCCESS"]
sourceFiles optional, array Filtered response by source files. This parameter beats sourceFilesRegex [
"/path/to/source"
]
targetFiles optional, array Filtered response by target files. This parameter beats targetFilesRegex [
"/path/to/target"
]
limit optional, integer Restricts the number of responsed records, -1=unlimited 5000 10000