Oracle GoldenGate · Example Payload

Oracle Goldengate Exportconfiguration Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Exportconfiguration 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": "exportConfiguration",
  "method": "GET",
  "path": "/services/configuration/export",
  "summary": "Oracle Goldengate Export Veridata Configurations",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/xml",
      "name": "Exportconfiguration200Example",
      "example": "example_value"
    }
  ]
}