Importing with the Migration Runtime Repository Data Service

You can import a Migration Runtime Repository Data Service resource by sending an HTTP POST request to the repository resource's URI.

The following details are for a request to import a resource:

  • URI: http://<host>:<port>/siebel/v1.0/service/Migration Runtime Repository Data Service/Import

  • HTTP Method: POST

  • Content-Type: application/json

  • Authorization: Basic

  • Request parameters:

  • Request body:

    {
      "body":
      { 
        "filename": "<Tracking Id value>", 
        "migrationid", "<Migration Id value>"
      } 
    }
    

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

  • HTTP Code: 200

  • Content-Type: application/json

  • Response parameters:

    • trackingid: String that contains the tracking identification value.

  • Response body:

    { 
      "trackingid": "<tracking id value>" 
    }