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

Getting Runtime Repository Information with the Migration Runtime Repository Data Service


You can get runtime repository information for a Migration Runtime 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 runtime repository information for a resource:

  • URI: http://<host>:<port>/siebel/v1.0/service/Migration Runtime Repository Data Service/GetRRInfo
  • 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:
    • workspace: Returns the name of the workspace branch, the latest version of the workspace branch, and workspace languages. If there are multiple workspace branches in the Siebel environment, then the branch name and its latest version will be separated by a comma in the response. The response lists all the Siebel environment languages. If there is only one language, then only one language is listed in the response.
  • Response body:

    {
      "workspace":
      {
        "Branch Name": "Last Version Number of the Branch"
      },
        "languages":
        {...
        }
    }

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