Oracle GoldenGate · Example Payload

Oracle Goldengate Getreplicatstatus Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getreplicatstatus 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": "getReplicatStatus",
  "method": "GET",
  "path": "/services/v2/replicats/{replicat}/info/status",
  "summary": "Oracle Goldengate Retrieve Replicat Status",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getreplicatstatus200Example",
      "example": {
        "name": "Example Title",
        "status": "example_value",
        "lag": "example_value",
        "since": "2026-01-15T10:30:00Z"
      }
    }
  ]
}