Oracle GoldenGate · Example Payload

Oracle Goldengate Upgradedeployment Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Upgradedeployment Example is an example object payload from Oracle GoldenGate, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "upgradeDeployment",
  "method": "POST",
  "path": "/20200407/deployments/{deploymentId}/actions/upgrade",
  "summary": "Oracle Goldengate Upgrade a Deployment",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpgradedeploymentRequestExample",
      "example": {
        "type": "CURRENT_RELEASE",
        "oggVersion": "example_value"
      }
    }
  ],
  "responseExamples": []
}