Getting the Full Seed Export with the Migration Application Workspace Data Service

You can get a full seed export for a Migration Application Workspace Data Service resource by sending an HTTP POST request to the repository resource's URI.

The following details are for a request to get a full seed export for a resource:

  • URI: http://<host>:<port>/siebel/v1.0/service/Migration Application Workspace Data Service/FullSeedExport

  • HTTP Method: POST

  • Content-Type: application/json

  • Authorization: Basic

  • Request parameters:

    • watermark: Use the watermark parameter to include the watermark value in the REST API request.

    • migrationid: Use the migrationid parameter to include the migration identification value in the REST API request.

  • Request body:

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

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

  • HTTP Code: 200

  • Content-Type: application/json

  • Response parameters:

    • trackingid: Returns the tracking identification value.

  • Response body:

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