Getting Migration History by ID, Resource Name, and Operation
You can get migration history by ID, resource name, and operation for your migration by sending an HTTP GET request to the Siebel Migration Application.
The following details are for a request to get migration history by ID, resource name, and operation for a migration:
-
URI:
https://{hostname}:{port}/siebel/v1.0/migration/history/{id}/{resourceName}/{operation}
-
HTTP Method: GET
-
Content-Type: application/json
-
Authorization: Basic
-
Request Body: None
The following are the details for the response to a successful request:
-
HTTP Code: 200
-
Content-Type: application/json
-
Response Body:
{ "id":"88-1V5WON", "planName":"IRRMigration", "description":"IRRMigration", "status":"Error", "startDate":"2018-07-17 04:28:06", "endDate":"2018-07-17 04:28:22", "source":"Dev", "target":"Prod1", "packageName":"", "resources":[ { "id":"88-1V5WOQ", "name":"Incremental Runtime Repository Data Service", "operation":"Export", "sequenceNumber":"1", "mode":"Asynchronous", "status":"Error", "startTime":"2018-07-17 04:28:07", "endTime":"2018-07-17 04:28:22", "resourceType":"DB Util" } ] }