JOC API

Version 1.13.10

Download RAML
JOC API
/jobstreams/export
POST

To export several job streams to a json export file.


Parameters in the POST body schema

Name Type Description Example Default
jobschedulerId required, string JobScheduler Master ID scheduler
folders optional, array List of folder objects that contain job streams that should be considered [{
"folder": "/sos",
"recursive": true
}]
jobStreams optional, Object List of job streams that should be considered "jobStreams":[{"jobStream":"test1"},{"jobStream":"test2"}]
limit optional, integer Restricts the number of responsed records, -1=unlimited 5000 10000