Oracle GoldenGate · Example Payload

Oracle Goldengate Issuereplicatcommand Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Issuereplicatcommand 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": "issueReplicatCommand",
  "method": "POST",
  "path": "/services/v2/replicats/{replicat}/command",
  "summary": "Oracle Goldengate Issue a Command to a Replicat",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "IssuereplicatcommandRequestExample",
      "example": {
        "action": "start"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Issuereplicatcommand200Example",
      "example": {
        "response": {
          "code": "example_value",
          "severity": "example_value",
          "message": "example_value"
        }
      }
    }
  ]
}