Oracle GoldenGate · Example Payload

Oracle Goldengate Executecommand Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Executecommand 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": "executeCommand",
  "method": "POST",
  "path": "/services/v2/commands/execute",
  "summary": "Oracle Goldengate Execute a Goldengate Command",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "ExecutecommandRequestExample",
      "example": {
        "command": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Executecommand200Example",
      "example": {
        "response": {
          "code": "example_value",
          "severity": "example_value",
          "message": "example_value"
        }
      }
    }
  ]
}