Getting Status for a Running Migration Plan by Name

You can get status for a running migration plan by 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 migration plan by name for a migration:

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

  • 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-1V5WPF",
       "planName":"IRRMigration",
       "description":"IRR Migration",
       "status":"Running",
       "startDate":"2018-07-17 04:33:54",
       "endDate":"",
       "source":"Dev",
       "target":"Prod",
       "packageName":"",
       "resources":[  
          {  
             "id":"88-1V5WPG",
             "name":"",
             "operation":"Export",
             "sequenceNumber":"1",
             "mode":"Asynchronous",
             "status":"Not Applicable",
             "startTime":"",
             "endTime":"",
             "resourceType":""
          },
          {  
             "id":"88-1V5WPH",
             "name":"",
             "operation":"Import",
             "sequenceNumber":"2",
             "mode":"Asynchronous",
             "status":"Not Applicable",
             "startTime":"",
             "endTime":"",
             "resourceType":""
          },
          {  
             "id":"88-1V5WPI",
             "name":"",
             "operation":"Export",
             "sequenceNumber":"3",
             "mode":"Asynchronous",
             "status":"Running",
             "startTime":"2018-07-17 04:33:55",
             "endTime":"",
             "resourceType":""
          },
          {  
             "id":"88-1V5WPJ",
             "name":"",
             "operation":"Import",
             "sequenceNumber":"4",
             "mode":"Asynchronous",
             "status":"Not Started",
             "startTime":"",
             "endTime":"",
             "resourceType":""
          },
          {  
             "id":"88-1V5WPK",
             "name":"",
             "sequenceNumber":"5",
             "mode":"Asynchronous",
             "status":"Not Started",
             "startTime":"",
             "endTime":"",
             "resourceType":""
          },
          {  
             "id":"88-1V5WPL",
             "name":"",
             "operation":"DBCheck",
             "sequenceNumber":"6",
             "mode":"Asynchronous",
             "status":"Not Started",
             "startTime":"",
             "endTime":"",
             "resourceType":""
          }
       ]
    }