Oracle GoldenGate · JSON Structure

Oracle Goldengate Cloud Service Work Request Structure

Type: object Properties: 8
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

WorkRequest is a JSON Structure definition published by Oracle GoldenGate, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id operationType status percentComplete timeAccepted timeStarted timeFinished resources

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}