Oracle GoldenGate · Schema

ModifyLogRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
level string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-modifylogrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModifyLogRequest",
  "title": "ModifyLogRequest",
  "type": "object",
  "properties": {
    "level": {
      "type": "string",
      "enum": [
        "ERROR",
        "WARNING",
        "INFO",
        "DEBUG"
      ],
      "example": "ERROR"
    }
  }
}