IBM WebSphere · Example Payload

Websphere Listtopics Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Listtopics 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": "listTopics",
  "method": "GET",
  "path": "/admin/qmgr/{qmgrName}/topic",
  "summary": "List Topics",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listtopics200Example",
      "example": {
        "topic": [
          {
            "name": "Example Title",
            "topicString": "example_value",
            "description": "A sample description.",
            "type": "local",
            "durableSubscriptions": "allowed",
            "publish": "allowed",
            "subscribe": "allowed"
          }
        ]
      }
    }
  ]
}