Siebel Database Upgrade Guide for DB2 for z/OS > REST API References for Migration Services > Using REST API with the Migration Design Repository Data Service >

Checking a Database with the Migration Design Repository Data Service


You can check a database for a Migration Design Repository Data Service resource by sending an HTTP POST request to the repository resource's URI.

The following details are for a request to get a database check for a resource:

  • URI: http://<host>:<port>/siebel/v1.0/service/Migration Design Repository Data Service/DBCheck
  • 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:
    • trackingid: Returns the tracking identification value.
  • Response body:

    {
      "trackingid": "<tracking id value>"
    }

Siebel Database Upgrade Guide for DB2 for z/OS Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.