Oracle GoldenGate · Example Payload

Oracle Goldengate Listencryptionkeys Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Listencryptionkeys 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": "listEncryptionKeys",
  "method": "GET",
  "path": "/services/v2/enckeys",
  "summary": "Oracle Goldengate List Encryption Keys",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listencryptionkeys200Example",
      "example": {
        "keys": [
          {
            "name": "Example Title",
            "algorithm": "example_value",
            "createdAt": "2026-01-15T10:30:00Z"
          }
        ]
      }
    }
  ]
}