Oracle GoldenGate · Example Payload

Oracle Goldengate Resetprofile Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Resetprofile 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": "resetProfile",
  "method": "PUT",
  "path": "/services/configuration/profiles/{Id}/reset",
  "summary": "Oracle Goldengate Reset a Profile to Defaults",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Resetprofile200Example",
      "example": {
        "id": "abc123",
        "name": "Example Title",
        "description": "A sample description.",
        "comparisonMethod": "row",
        "maxConcurrentComparePairs": 10,
        "deltaProcessing": true,
        "reportOutOfSync": true
      }
    }
  ]
}