Migrate Application Web Service

This web service migrates the RapidDeploy application from previous versions. It migrates from version 3.3.2 to the current version. It will migrate all servers to transport plugin based servers.

Example request

GET http://localhost:8090/MidVision/ws/migrate/from/3.3.2 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

<html>
   <head>
      <title>migrate</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>migrate</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">Migration 3.3.2 - 3.3.3</span>
                  <br/>
                  <span class="ui-messages-info-detail">Starting migration from version 3.3.2 to version 3.3.3</span>
               </li>
               <li>
                  <span class="ui-messages-info-summary">Migrating Servers to a Remote Agent Transport Plugin</span>
                  <br/>
                  <span class="ui-messages-info-detail">No servers found to migrate to a Remote Agent transport plugin.</span>
               </li>
               <li>
                  <span class="ui-messages-info-summary">Migrates Server to a SSH Transport Plugin</span>
                  <br/>
                  <span class="ui-messages-info-detail">Successfully migrated the server [server01] to a SSH transport plugin.</span>
               </li>
               <li>
                  <span class="ui-messages-info-summary">Migrating Servers to a SSH Transport Plugin</span>
                  <br/>
                  <span class="ui-messages-info-detail">Successfully migrated 1 server(s) to a SSH transport plugin.</span>
               </li>
               <li>
                  <span class="ui-messages-info-summary">Migration 3.3.2 - 3.3.3</span>
                  <br/>
                  <span class="ui-messages-info-detail">Ended migration from version 3.3.2 to version 3.3.3</span>
               </li>
            </ul>
         </div>
      </div>
   </body>
</html>