Oracle GoldenGate · Example Payload

Oracle Goldengate Stopjob Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Stopjob 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": "stopJob",
  "method": "POST",
  "path": "/services/execution/jobs/{runId}/stop",
  "summary": "Oracle Goldengate Stop a Running Job",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Stopjob200Example",
      "example": {
        "runId": "500123",
        "jobId": "500123",
        "status": "running",
        "startTime": "2026-01-15T10:30:00Z",
        "endTime": "2026-01-15T10:30:00Z"
      }
    }
  ]
}