IBM WebSphere · Example Payload

Websphere Getmbeanattribute Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getmbeanattribute 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": "getMBeanAttribute",
  "method": "GET",
  "path": "/mbeans/{objectName}/attributes/{attributeName}",
  "summary": "Get a Specific Mbean Attribute",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getmbeanattribute200Example",
      "example": {
        "name": "Example Title",
        "value": "example_value",
        "type": "example_value"
      }
    }
  ]
}