IBM WebSphere · Example Payload

Websphere Listchannels Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Listchannels 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": "listChannels",
  "method": "GET",
  "path": "/admin/qmgr/{qmgrName}/channel",
  "summary": "List Channels",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listchannels200Example",
      "example": {
        "channel": [
          {
            "name": "Example Title",
            "type": "sender",
            "description": "A sample description.",
            "connectionName": "example_value",
            "transmissionQueue": "example_value",
            "status": {
              "state": "running"
            }
          }
        ]
      }
    }
  ]
}