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": {... } }