Retrieve an existing Basic Configuration Information for Extract and Replicat
get
/services/{version}/mpoints/{item}/configurationEr
Required Role: User
Retrieve an existing Basic Configuration Information for Extract and ReplicatRequest
Path Parameters
-
item(required): string
Minimum Length:
1
Maximum Length:32
-
version(required): string
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ]
Response
Supported Media Types
- application/json
200 Response
Root Schema : Oracle GoldenGate Extract and Replicat Configuration Details
Type:
object
Title:
Show Source
Oracle GoldenGate Extract and Replicat Configuration Details
-
$schema:
Allowed Values:
[ "mpoints:configurationEr" ]
-
buildDate:
string
Minimum Length:
1
Maximum Length:32
BuildDate -
buildDB:
string
Minimum Length:
1
Maximum Length:32
Build Database -
buildPlatform:
string
Minimum Length:
1
Maximum Length:32
Build Platform -
inputType:
Allowed Values:
[ "Database", "Trail", "Table" ]
Input Type -
oggVersion:
string
Minimum Length:
1
Maximum Length:256
Golden Gate Version -
outputType:
Allowed Values:
[ "Database", "Trail", "Table" ]
Output Type
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":[
]
}