Invalidating the Seed Caches with the Migration Application Workspace Data Service

You can invalidate seed caches 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 invalidate seed caches for a resource:

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

  • 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 body:

    {
    "status": "success"
    }