IBM WebSphere · Example Payload

Websphere Createchannel Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Createchannel 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": "createChannel",
  "method": "POST",
  "path": "/admin/qmgr/{qmgrName}/channel",
  "summary": "Create a Channel",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreatechannelRequestExample",
      "example": {
        "name": "Example Title",
        "type": "sender",
        "description": "A sample description.",
        "connectionName": "example_value",
        "transmissionQueue": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "Createchannel201Example",
      "example": {
        "name": "Example Title",
        "type": "sender",
        "description": "A sample description.",
        "connectionName": "example_value",
        "transmissionQueue": "example_value",
        "status": {
          "state": "running"
        }
      }
    }
  ]
}