Oracle GoldenGate · Example Payload

Oracle Goldengate Listbackgroundrequests Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Listbackgroundrequests 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": "listBackgroundRequests",
  "method": "GET",
  "path": "/services/v2/requests",
  "summary": "Oracle Goldengate Retrieve Background Requests",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listbackgroundrequests200Example",
      "example": {
        "requests": [
          {
            "id": "abc123",
            "status": "example_value",
            "type": "example_value",
            "startTime": "2026-01-15T10:30:00Z"
          }
        ]
      }
    }
  ]
}