Oracle GoldenGate · Example Payload

Oracle Goldengate Getcertificate Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getcertificate 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": "getCertificate",
  "method": "GET",
  "path": "/services/v2/certificates/{type}/{certificate}",
  "summary": "Oracle Goldengate Retrieve a Certificate",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getcertificate200Example",
      "example": {
        "alias": "example_value",
        "subject": "example_value",
        "issuer": "example_value",
        "serialNumber": "example_value",
        "notBefore": "2026-01-15T10:30:00Z",
        "notAfter": "2026-01-15T10:30:00Z"
      }
    }
  ]
}