Oracle GoldenGate · Example Payload

Oracle Goldengate Modifylogproperties Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Modifylogproperties 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": "modifyLogProperties",
  "method": "PATCH",
  "path": "/services/v2/logs/{log}",
  "summary": "Oracle Goldengate Modify Log Properties",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "ModifylogpropertiesRequestExample",
      "example": {
        "level": "ERROR"
      }
    }
  ],
  "responseExamples": []
}