Oracle GoldenGate · Example Payload

Oracle Goldengate Listuserroles Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Listuserroles 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": "listUserRoles",
  "method": "GET",
  "path": "/services/v2/authorizations",
  "summary": "Oracle Goldengate List User Roles",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listuserroles200Example",
      "example": {
        "roles": [
          "example_value"
        ]
      }
    }
  ]
}