IBM WebSphere · Example Payload

Websphere Getmetrics Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getmetrics 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": "getMetrics",
  "method": "GET",
  "path": "/monitoring/metrics",
  "summary": "Get Server Metrics",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getmetrics200Example",
      "example": {
        "scope": "example_value",
        "metrics": "example_value"
      }
    }
  ]
}