Oracle GoldenGate · Example Payload

Oracle Goldengate Validateagentconnection Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Validateagentconnection 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": "validateAgentConnection",
  "method": "POST",
  "path": "/services/validate/connection",
  "summary": "Oracle Goldengate Validate Agent Connection",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "ValidateagentconnectionRequestExample",
      "example": {
        "host": "example_value",
        "port": 10
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Validateagentconnection200Example",
      "example": {
        "valid": "500123",
        "messages": [
          {
            "severity": "example_value",
            "message": "example_value"
          }
        ]
      }
    }
  ]
}