Oracle GoldenGate · Example Payload

Oracle Goldengate Listmasterkeyversions Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Listmasterkeyversions 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": "listMasterKeyVersions",
  "method": "GET",
  "path": "/services/v2/masterkey",
  "summary": "Oracle Goldengate List Master Key Versions",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listmasterkeyversions200Example",
      "example": {
        "versions": [
          {
            "version": 10,
            "status": "current",
            "createdAt": "2026-01-15T10:30:00Z"
          }
        ]
      }
    }
  ]
}