Oracle GoldenGate · Example Payload

Oracle Goldengate Restoredeployment Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Restoredeployment 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": "restoreDeployment",
  "method": "POST",
  "path": "/20200407/deploymentBackups/{deploymentBackupId}/actions/restore",
  "summary": "Oracle Goldengate Restore a Deployment From Backup",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "RestoredeploymentRequestExample",
      "example": {
        "type": "DEFAULT"
      }
    }
  ],
  "responseExamples": []
}