Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.13.9
-
None
Description
Current Situation
The API call ./jobstreams/list supports to specify the name of a Job Stream, the name of a folder and an array of folders. It does not support an array of Job Stream names.
Desired Behavior
The API call ./jobstreams/list should support an array of Job Stream names. When both, the single name and the array are specified then both Job Streams are returned.
{"jobschedulerId":"myJobScheduler","jobStream":"aJobStream","folder":"/jobstreams", "folders": [{ "folder": "/", "recursive": true }], "jobStreams":["myStream1","myStream2","myStream3","myStream4"] }