Lists all Halted Job Web Service
This web service lists all halted RapidDeploy jobs on the framework server.
Example request
GET http://localhost:8090/MidVision/ws/deployment/list/jobs/halted 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>DEPLOYMENT</type> <status>JOB_HALTED</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>