Oracle GoldenGate · Example Payload

Oracle Goldengate Gettask Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Gettask 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": "getTask",
  "method": "GET",
  "path": "/services/v2/tasks/{task}",
  "summary": "Oracle Goldengate Retrieve a Task",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Gettask200Example",
      "example": {
        "name": "Example Title",
        "status": "active",
        "description": "A sample description.",
        "schedule": {
          "type": "once",
          "interval": "example_value",
          "startTime": "2026-01-15T10:30:00Z"
        },
        "action": {
          "type": "example_value",
          "target": "example_value",
          "command": "example_value"
        }
      }
    }
  ]
}