Runs a Code Deployment Job Web Service
This web service executes a RapidDeploy code deploy job on the framework server.
Example request
PUT http://localhost:8090/MidVision/ws/deployment/jobPlan/run/15 Accept-Encoding: gzip,deflate Authorization: ******************** Content-Type: application/xml Content-Length: 0 Host: localhost:8090 Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
Example Response
<html> <head> <title>startJobPlan</title> <link href="http://localhost:8090/MidVision/ui/javax.faces.resource/components.css?ln=primefaces" rel="stylesheet" type="text/css"/> </head> <body> <div style="border-bottom: 0.1em solid black; display: block; height: 30px; margin-bottom: 1em; margin-top: 0.5em; position: relative; width: 100%;"> <h2>startJobPlan</h2> </div> <div class="ui-messages ui-widget" aria-live="polite"> <div class="ui-messages-info ui-corner-all"> <ul> <li> <span class="ui-messages-info-summary">Pipeline Request</span> <br/> <span class="ui-messages-info-detail">INFO: Job Id [2898] has been requested: Pipeline Job - Plan: Test04(Id=15) - Steps: 1 - Jobs: 1</span> </li> </ul> </div> </div> </body> </html>