Generating a Watermark with the Migration File Prepare and Deploy Service

You can generate a watermark for a Migration File Prepare and Deploy resource by sending an HTTP POST request to the (target) repository resource's URI.

The following details are for a request to generate a watermark for a resource:

  • URI: http://<host>:<port>/siebel/v1.0/MigrationFilePrepareAndDeploy/generateWatermark

  • HTTP Method: POST

  • Content-Type: application/json

  • Authorization: Basic

  • Request parameters:

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

    • filename: File name for the watermark.

  • Request body:

    {"body":{
      "migrationid": "<Migration Id value>",
      "Filename": "<File Name>"
      }
    }
    

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:

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