JOC API

Version 1.13.10

Download RAML
JOC API
/jobstreams/list
POST

A list of job streams.


Parameters in the POST body schema

Name Type Description Example Default
jobschedulerId required, string JobScheduler Master ID scheduler
jobStream optional, string Name of a job stream myJobStream
jobStreams optional, Object List of job streams that should be considered "jobStreams":[{"jobStream":"test1"},{"jobStream":"test2"}]
folder optional, string Name of a folder that contains job streams /jobstreams
folders optional, array List of folder objects that contain job streams that should be considered [{
"folder": "/sos",
"recursive": true
}]