Oracle GoldenGate · Example Payload

Oracle Goldengate Listusers Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Listusers 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": "listUsers",
  "method": "GET",
  "path": "/services/v2/authorizations/{role}",
  "summary": "Oracle Goldengate List Users for a Role",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listusers200Example",
      "example": {
        "users": [
          {
            "name": "Example Title",
            "role": "example_value",
            "description": "A sample description."
          }
        ]
      }
    }
  ]
}