IBM WebSphere · Example Payload

Websphere Setmbeanattribute Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Setmbeanattribute 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": "setMBeanAttribute",
  "method": "PUT",
  "path": "/mbeans/{objectName}/attributes/{attributeName}",
  "summary": "Set a Specific Mbean Attribute",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "SetmbeanattributeRequestExample",
      "example": {
        "name": "Example Title",
        "value": "example_value",
        "type": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Setmbeanattribute200Example",
      "example": {
        "name": "Example Title",
        "value": "example_value",
        "type": "example_value"
      }
    }
  ]
}