Getting a Watermark with the Migration Schema Service

You can get a watermark for a Migration Schema resource by sending an HTTP POST request to the repository resource's URI.

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

  • URI: http://<host>:<port>/siebel/v1.0/service/Migration Schema Service/GetWatermark

  • HTTP Method: POST

  • Content-Type: application/json

  • Authorization: Basic

  • Request body:

    {
      "body":{} 
    }
    

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

  • HTTP Code: 200

  • Content-Type: application/json

  • Response parameters:

    • watermark: Returns the watermark value.

  • Response body:

    {
      "watermark": "<watermark value>" 
    }