Oracle GoldenGate · Example Payload

Oracle Goldengate Getprocessmetrics Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getprocessmetrics 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": "getProcessMetrics",
  "method": "GET",
  "path": "/services/v2/mpoints/{item}/process",
  "summary": "Oracle Goldengate Retrieve Process Metrics for a Specific Process",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getprocessmetrics200Example",
      "example": {
        "name": "Example Title",
        "type": "example_value",
        "status": "example_value",
        "lag": 42.5,
        "checkpointLag": 42.5,
        "inputBytes": 10,
        "outputBytes": 10,
        "operationsProcessed": 10
      }
    }
  ]
}