IBM WebSphere · Example Payload

Websphere Getqueuemanager Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getqueuemanager 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": "getQueueManager",
  "method": "GET",
  "path": "/admin/qmgr/{qmgrName}",
  "summary": "Get Queue Manager Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getqueuemanager200Example",
      "example": {
        "name": "Example Title",
        "state": "running",
        "version": "example_value",
        "platform": "example_value",
        "commandLevel": 10,
        "connectionCount": 10,
        "description": "A sample description.",
        "maximumMessageLength": 10
      }
    }
  ]
}