Oracle GoldenGate · Example Payload

Oracle Goldengate Updatedeployment Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Updatedeployment 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": "updateDeployment",
  "method": "PUT",
  "path": "/20200407/deployments/{deploymentId}",
  "summary": "Oracle Goldengate Update a Deployment",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdatedeploymentRequestExample",
      "example": {
        "displayName": "example_value",
        "description": "A sample description.",
        "fqdn": "example_value",
        "cpuCoreCount": 10,
        "isAutoScalingEnabled": true,
        "isPublic": true,
        "freeformTags": "example_value"
      }
    }
  ],
  "responseExamples": []
}