Oracle GoldenGate · Example Payload

Oracle Goldengate Listcertificatetypes Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Listcertificatetypes 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": "listCertificateTypes",
  "method": "GET",
  "path": "/services/v2/certificates",
  "summary": "Oracle Goldengate Retrieve Available Certificate Types",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listcertificatetypes200Example",
      "example": {
        "types": [
          "example_value"
        ]
      }
    }
  ]
}