Oracle GoldenGate · Example Payload

Oracle Goldengate Getjob Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getjob 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": "getJob",
  "method": "GET",
  "path": "/services/configuration/jobs/{Id}",
  "summary": "Oracle Goldengate Retrieve a Job",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getjob200Example",
      "example": {
        "id": "abc123",
        "name": "Example Title",
        "description": "A sample description.",
        "groupIds": [
          10
        ],
        "profileId": "500123",
        "status": "idle"
      }
    }
  ]
}