Oracle GoldenGate · Example Payload

Oracle Goldengate Listdatatargettypes Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Listdatatargettypes 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": "listDataTargetTypes",
  "method": "GET",
  "path": "/services/v2/dataTargetTypes",
  "summary": "Oracle Goldengate List Available Data Target Types",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listdatatargettypes200Example",
      "example": {
        "types": [
          {
            "name": "Example Title",
            "description": "A sample description."
          }
        ]
      }
    }
  ]
}