Creating a Watermark for a Connection

You can create a watermark for your migration connection by sending an HTTP POST request to the Siebel Migration Application.

The following details are for a request to create a watermark for a migration connection:

  • URI: https://{hostname}:{port}/siebel/v1.0/migration/connection/{connectionName}/watermark

  • HTTP Method: POST

  • Content-Type: application/json

  • Authorization: Basic

  • Request Body:

    {
       "fileName":"demo.txt"
    }

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

  • HTTP Code: 200

  • Content-Type: application/json

  • Response Body:
    {
       "watermarkFile":"c:\\fs\\migration\\demo.txt"
    }