IBM WebSphere · Example Payload

Websphere Listmbeans Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Listmbeans 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": "listMBeans",
  "method": "GET",
  "path": "/mbeans",
  "summary": "List Registered Mbeans",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listmbeans200Example",
      "example": [
        {
          "objectName": "example_value",
          "className": "example_value",
          "description": "A sample description.",
          "URL": "https://www.example.com"
        }
      ]
    }
  ]
}