IBM WebSphere · Example Payload

Websphere Getperformancedata Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getperformancedata Example is an example object payload from IBM WebSphere, 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": "getPerformanceData",
  "method": "GET",
  "path": "/monitoring/performance",
  "summary": "Get Performance Monitoring Data",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getperformancedata200Example",
      "example": {
        "module": "example_value",
        "timestamp": "2026-01-15T10:30:00Z",
        "metrics": [
          {
            "name": "Example Title",
            "value": 42.5,
            "unit": "example_value",
            "type": "counter"
          }
        ]
      }
    }
  ]
}