Retrieve an existing Basic Configuration Information for Extract and Replicat

get

/services/{version}/mpoints/{item}/configurationEr

Request

Path Parameters

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Extract and Replicat Configuration Details
Type: object
Title: Oracle GoldenGate Extract and Replicat Configuration Details
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "$schema":"mpoints:configurationEr",
        "oggVersion":"Version 12.2.0.1.0 OGGCORE_MAIN_PLATFORMS_150603.1433",
        "inputType":"Database",
        "outputType":"Trail",
        "buildDB":"Oracle12",
        "buildPlatform":"Linux",
        "buildDate":"Nov 15 2016 12:11:41"
    },
    "messages":[
    ],
    "links":[
    ]
}