Skip to main content
Solved

RESTful API - return jobs for all given JOB IDs


Hi,

does anyone have a working example of how to use the RESTful API, to POST with the following URL /jobrunner/rest/v1/jobs/status and collect status data back on multiple Job IDs ?

I cannot seem to figure out how to get the body of the request correctly.

Thanks 

Best answer by XavierV

This should work:

["id-1:org", "id-2:org"]

 

View original

XavierV
StreamSets Employee
  • StreamSets Employee
  • August 2, 2022

This should work:

["id-1:org", "id-2:org"]

 


  • Roadie
  • August 3, 2022

Hi, that worked.

 

Thanks!


Reply