Oracle GoldenGate · Example Payload

Oracle Goldengate Listconfigfiles Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Listconfigfiles 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": "listConfigFiles",
  "method": "GET",
  "path": "/services/v2/config/files",
  "summary": "Oracle Goldengate List Configuration Files",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listconfigfiles200Example",
      "example": {
        "files": [
          {
            "name": "Example Title",
            "lastModified": "2026-01-15T10:30:00Z"
          }
        ]
      }
    }
  ]
}