Oracle GoldenGate · Example Payload

Oracle Goldengate Liststatuschanges Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Liststatuschanges 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": "listStatusChanges",
  "method": "GET",
  "path": "/services/v2/monitoring/statusChanges",
  "summary": "Oracle Goldengate Retrieve Process Status Changes",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Liststatuschanges200Example",
      "example": {
        "statusChanges": [
          {
            "id": "abc123",
            "timestamp": "2026-01-15T10:30:00Z",
            "process": "example_value",
            "previousStatus": "example_value",
            "currentStatus": "example_value"
          }
        ]
      }
    }
  ]
}