Oracle GoldenGate · Example Payload

Oracle Goldengate Listservices Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Listservices 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": "listServices",
  "method": "GET",
  "path": "/services/v2/deployments/{deployment}/services",
  "summary": "Oracle Goldengate List Services for a Deployment",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listservices200Example",
      "example": {
        "services": [
          {
            "name": "Example Title",
            "type": "example_value",
            "status": "example_value",
            "port": 10
          }
        ]
      }
    }
  ]
}