Oracle GoldenGate · Example Payload

Oracle Goldengate Listprocessmetrics Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Listprocessmetrics 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": "listProcessMetrics",
  "method": "GET",
  "path": "/services/v2/mpoints/processes",
  "summary": "Oracle Goldengate Retrieve All Process Metrics",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listprocessmetrics200Example",
      "example": {
        "processes": [
          {
            "name": "Example Title",
            "type": "example_value",
            "status": "example_value",
            "lag": 42.5,
            "operationsProcessed": 10
          }
        ]
      }
    }
  ]
}