Oracle GoldenGate · Example Payload

Oracle Goldengate Manageschemasupplementallogging Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Manageschemasupplementallogging 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": "manageSchemaSupplementalLogging",
  "method": "POST",
  "path": "/services/v2/connections/{connection}/trandata/schema",
  "summary": "Oracle Goldengate Manage Schema Supplemental Logging",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "ManageschemasupplementalloggingRequestExample",
      "example": {
        "operation": "add",
        "name": "Example Title"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Manageschemasupplementallogging200Example",
      "example": {
        "result": "example_value",
        "message": "example_value"
      }
    }
  ]
}