Get Configuration

get

/services/{version}/installation/configuration

Required Role: Administrator

Retrieve the configuration details for the GoldenGate installation.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Configuration retrieved
Body ()
Root Schema : Oracle GoldenGate Installation Configuration
Type: object
Title: Oracle GoldenGate Installation Configuration
Properties for an Oracle GoldenGate deployment
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "links":[
        {
            "href":"http://localhost:9011/services/v2/installation/configuration",
            "mediaType":"application/json",
            "rel":"canonical"
        },
        {
            "href":"http://localhost:9011/services/v2/installation/configuration",
            "mediaType":"application/json",
            "rel":"self"
        },
        {
            "href":"http://localhost:9011/services/v2/metadata-catalog/configuration",
            "mediaType":"application/schema+json",
            "rel":"describedby"
        }
    ],
    "messages":[
    ],
    "response":{
        "$schema":"ogg:installationConfiguration",
        "configurationServiceEnabled":true
    }
}
Back to Top