Oracle GoldenGate · Example Payload

Oracle Goldengate Createconfigfile Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Createconfigfile 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": "createConfigFile",
  "method": "POST",
  "path": "/services/v2/config/files/{file}",
  "summary": "Oracle Goldengate Create a Configuration File",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateconfigfileRequestExample",
      "example": {
        "content": "example_value"
      }
    }
  ],
  "responseExamples": []
}