IBM WebSphere · Example Payload

Websphere Getbasemetrics Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getbasemetrics 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": "getBaseMetrics",
  "method": "GET",
  "path": "/metrics/base",
  "summary": "Get Base Metrics",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "text/plain",
      "name": "Getbasemetrics200Example",
      "example": "example_value"
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getbasemetrics200Example",
      "example": {}
    }
  ]
}