Oracle GoldenGate · Schema

UpdateServiceRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
port integer
secure boolean
status string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-updateservicerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateServiceRequest",
  "title": "UpdateServiceRequest",
  "type": "object",
  "properties": {
    "port": {
      "type": "integer",
      "example": 10
    },
    "secure": {
      "type": "boolean",
      "example": true
    },
    "status": {
      "type": "string",
      "example": "example_value"
    }
  }
}