Oracle GoldenGate · Schema

WorkRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
id string
operationType string
status string
percentComplete number
timeAccepted string
timeStarted string
timeFinished string
resources array
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-cloud-service-work-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WorkRequest",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "operationType": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "percentComplete": {
      "type": "number"
    },
    "timeAccepted": {
      "type": "string"
    },
    "timeStarted": {
      "type": "string"
    },
    "timeFinished": {
      "type": "string"
    },
    "resources": {
      "type": "array"
    }
  }
}