Lists all Running Job Web Service

This web service lists all running RapidDeploy jobs (excluding halted) on the framework server.

Example request

GET http://localhost:8090/MidVision/ws/deployment/list/jobs/running HTTP/1.1
Accept-Encoding: gzip,deflate
Authorization: ********************
Host: localhost:8090
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)

Example Response

<queuedJobs>
   <QueuedJob>
      <type>PIPELINE</type>
      <status>EXECUTING</status>
      <id>2893</id>
      <requester>mvadmin</requester>
      <requestDate>2017-05-03T15:48:23.904-03:00</requestDate>
      <startDate>2017-05-03T15:48:24.483-03:00</startDate>
      <description>Pipeline Job - Plan: Test01(Id=11)  - Steps: 2 - Jobs: 4</description>
      <progress>42.625</progress>
   </QueuedJob>
   <QueuedJob>
      <type>DEPLOYMENT</type>
      <status>EXECUTING</status>
      <id>2895</id>
      <requester>mvadmin</requester>
      <requestDate>2017-05-03T15:48:30.166-03:00</requestDate>
      <startDate>2017-05-03T15:48:32.122-03:00</startDate>
      <description>Project: [SCRIPT_DEMO_40] - Host [localhost] - Target: [localhost_win.dev.Orange-Square] - Version: [SCRIPT_DEMO_40-0.0.15] - Pkg: [SCRIPT_DEMO_40-0.0.15~jar]</description>
      <progress>45.0</progress>
   </QueuedJob>
</queuedJobs>