Oracle GoldenGate · Schema

RequestStatus

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
id string
status string
startTime string
endTime string
result string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-request-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RequestStatus",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "result": {
      "type": "string"
    }
  }
}