Getting Migration History by ID and Resource Name

You can get the migration history by ID 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 the migration history by ID and resource name for a migration:

  • URI: https://{hostname}:{port}/siebel/v1.0/migration/history/{id}/{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-1V5WON",
       "planName":"IRRMigration",
       "description":"IRRMigration",
       "status":"Error",
       "startDate":"2018-07-17 04:28:06",
       "endDate":"2018-07-17 04:28:22",
       "source":"Dev",
       "target":"Prod1",
       "packageName":"",
       "resources":[  
          {  
             "id":"88-1V5WOQ",
             "name":"Incremental Runtime Repository Data Service",
             "operation":"Export",
             "sequenceNumber":"1",
             "mode":"Asynchronous",
             "status":"Error",
             "startTime":"2018-07-17 04:28:07",
             "endTime":"2018-07-17 04:28:22",
             "resourceType":"DB Util"
          },
          {  
             "id":"88-1V5WOR",
             "name":"Incremental Runtime Repository Data Service",
             "operation":"Import",
             "sequenceNumber":"2",
             "mode":"Asynchronous",
             "status":"Not Started",
             "startTime":"",
             "endTime":"",
             "resourceType":"DB Util"
          },
          {  
             "id":"88-1V5WOS",
             "name":"Incremental Runtime Repository Data Service",
             "sequenceNumber":"3",
             "mode":"Asynchronous",
             "status":"Not Started",
             "startTime":"",
             "endTime":"",
             "resourceType":"DB Util"
          },
          {  
             "id":"88-1V5WOT",
             "name":"Incremental Runtime Repository Data Service",
             "operation":"DBCheck",
             "sequenceNumber":"4",
             "mode":"Asynchronous",
             "status":"Not Started",
             "startTime":"",
             "endTime":"",
             "resourceType":"DB Util"
          }
       ]
    }