Oracle GoldenGate · Example Payload

Oracle Goldengate Getprofile Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getprofile 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": "getProfile",
  "method": "GET",
  "path": "/services/configuration/profiles/{Id}",
  "summary": "Oracle Goldengate Retrieve a Profile",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getprofile200Example",
      "example": {
        "id": "abc123",
        "name": "Example Title",
        "description": "A sample description.",
        "comparisonMethod": "row",
        "maxConcurrentComparePairs": 10,
        "deltaProcessing": true,
        "reportOutOfSync": true
      }
    }
  ]
}