Oracle GoldenGate · Example Payload

Oracle Goldengate Getconnectionstatus Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getconnectionstatus Example is an example object payload from Oracle GoldenGate, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getConnectionStatus",
  "method": "GET",
  "path": "/services/configuration/connections/{Id}/status",
  "summary": "Oracle Goldengate Retrieve Connection Status",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getconnectionstatus200Example",
      "example": {
        "connectionId": "500123",
        "status": "connected",
        "message": "example_value"
      }
    }
  ]
}