{ "operationId": "getServerConfiguration", "method": "GET", "path": "/services/server/configuration", "summary": "Oracle Goldengate Retrieve Server Configurations", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Getserverconfiguration200Example", "example": { "maxConcurrentJobs": 10, "maxThreadsPerJob": 10, "reportRetentionDays": 10, "oosRetentionDays": 10 } } ] }