Oracle GoldenGate · Example Payload

Oracle Goldengate Listtasks Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Listtasks 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": "listTasks",
  "method": "GET",
  "path": "/services/v2/tasks",
  "summary": "Oracle Goldengate List Automated Tasks",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listtasks200Example",
      "example": {
        "tasks": [
          {
            "name": "Example Title",
            "status": "example_value",
            "schedule": "example_value"
          }
        ]
      }
    }
  ]
}