Oracle GoldenGate · Schema

CollectDiagnosticsDetails

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
namespaceName string
bucketName string
diagnosticNamePrefix string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-cloud-service-collect-diagnostics-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CollectDiagnosticsDetails",
  "type": "object",
  "properties": {
    "namespaceName": {
      "type": "string"
    },
    "bucketName": {
      "type": "string"
    },
    "diagnosticNamePrefix": {
      "type": "string"
    }
  }
}