Oracle GoldenGate · Schema

LoginResponse

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
token string
sessionTimeout integer
username string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-veridata-rest-login-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LoginResponse",
  "type": "object",
  "properties": {
    "token": {
      "type": "string"
    },
    "sessionTimeout": {
      "type": "integer"
    },
    "username": {
      "type": "string"
    }
  }
}