Oracle GoldenGate · Example Payload

Oracle Goldengate Runjob Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Runjob 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": "runJob",
  "method": "POST",
  "path": "/services/execution/jobs/{Id}",
  "summary": "Oracle Goldengate Run a Comparison Job",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "RunjobRequestExample",
      "example": {
        "profileOverrides": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Runjob200Example",
      "example": {
        "runId": "500123",
        "jobId": "500123",
        "status": "running",
        "startTime": "2026-01-15T10:30:00Z",
        "endTime": "2026-01-15T10:30:00Z"
      }
    }
  ]
}