Oracle GoldenGate · Example Payload

Oracle Goldengate Getservicehealthcheck Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getservicehealthcheck 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": "getServiceHealthCheck",
  "method": "GET",
  "path": "/services/v2/config/health/check",
  "summary": "Oracle Goldengate Get Service Health Summary Check",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getservicehealthcheck200Example",
      "example": {
        "healthy": true,
        "status": "example_value",
        "timestamp": "2026-01-15T10:30:00Z"
      }
    }
  ]
}