IBM WebSphere · Example Payload

Websphere Getchannel Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getchannel 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": "getChannel",
  "method": "GET",
  "path": "/admin/qmgr/{qmgrName}/channel/{channelName}",
  "summary": "Get Channel Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getchannel200Example",
      "example": {
        "name": "Example Title",
        "type": "sender",
        "description": "A sample description.",
        "connectionName": "example_value",
        "transmissionQueue": "example_value",
        "status": {
          "state": "running"
        }
      }
    }
  ]
}