Refreshing a Connection
You can refresh a migration connection by sending an HTTP POST request to the Siebel Migration Application.
The following details are for a request to refresh a connection for a migration:
-
URI:
https://{hostname}:{port}/siebel/v1.0/migration/connection/{connectionName}/refresh
-
HTTP Method: POST
-
Authorization: Basic
The following are the details for the response to a successful request:
-
HTTP Code: 200
-
Content-Type: application/json
-
Response Body:
{ "id":"88-1V60NX", "name":"Demo Dev", "restEndpoint":"https://{hostname}:{port}/siebel/v1.0", "isFavourite":"true", "resources":[ { "id":"88-1V60NY", "name":"Schema Service", "type":"DB Util" }, { "id":"88-1V60NZ", "name":"Design Repository Data Service", "type":"DB Util" }, { "id":"88-1V60O0", "name":"Runtime Repository Data Service", "type":"DB Util" }, { "id":"88-1V60O1", "name":"Application Workspace Data Service", "type":"DB Util" }, { "id":"88-1V60O2", "name":"Incremental Runtime Repository Data Service", "type":"DB Util" }, { "id":"88-1V60O3", "name":"Incremental Application Workspace Data Service", "type":"DB Util" }, { "id":"88-1V60O4", "name":"Application Data Service", "type":"DB Util" }, { "id":"88-1V60O5", "name":"Application Data Service With Transformation", "type":"DB Util" }, { "id":"88-1V60O6", "name":"File Prepare And Deploy", "type":"DB Util" }, { "id":"88-1V60O7", "name":"FINS BIB", "type":"ADM" }, { "id":"88-1V60O8", "name":"ADM AG", "type":"ADM" }, { "id":"88-1V60O9", "name":"AccGrp", "type":"ADM" } ] }