Oracle GoldenGate · Example Payload

Oracle Goldengate Createcertificate Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Createcertificate 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": "createCertificate",
  "method": "POST",
  "path": "/20200407/deployments/{deploymentId}/certificates",
  "summary": "Oracle Goldengate Add a Certificate to a Deployment",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreatecertificateRequestExample",
      "example": {
        "key": "example_value",
        "certificateContent": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Createcertificate200Example",
      "example": {
        "key": "example_value",
        "deploymentId": "500123",
        "subject": "example_value",
        "issuer": "example_value",
        "isSelfSigned": true,
        "md5Hash": "example_value",
        "publicKey": "example_value",
        "publicKeyAlgorithm": "example_value",
        "timeValidFrom": "2026-01-15T10:30:00Z",
        "timeValidTo": "2026-01-15T10:30:00Z",
        "serial": "example_value",
        "lifecycleState": "example_value",
        "timeCreated": "2026-01-15T10:30:00Z"
      }
    }
  ]
}