Getting Status for a Running Migration Plan by Plan Name and Resource Name

You can get status for a running migration plan by plan name and resource name for your migration by sending an HTTP GET request to the Siebel Migration Application.

The following details are for a request to get status for a running migration plan by plan name and resource name for a migration:

  • URI: https://{hostname}:{port}/siebel/v1.0/migration/execution/{planName}/{resourceName}

  • HTTP Method: GET

  • Content-Type: application/json

  • Authorization: Basic

  • Request Body: None

The following are the details for the response to a successful request:

  • HTTP Code: 200

  • Content-Type: application/json

  • Response Body:
    {  
       "id":"88-1V60OJ",
       "planName":"Repo Export",
       "description":"Repo Export",
       "status":"Running",
       "startDate":"2018-08-17 06:02:39",
       "endDate":"",
       "source":"Dev",
       "target":"",
       "packageName":"irr_export.zip",
       "resources":[  
        {  
             "id":"88-1V61H2",
             "name":"Incremental Runtime Repository Data Service",
             "operation":"Export",
             "sequenceNumber":"1",
             "mode":"Asynchronous",
             "status":"Running",
             "startTime":"2018-08-17 06:02:39",
             "endTime":"",
             "resourceType":"DB Util"
        }
       ]
    }