IBM WebSphere · JSON Structure

Websphere Mq Rest Channel Structure

Type: object Properties: 6
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Channel is a JSON Structure definition published by IBM WebSphere, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name type description connectionName transmissionQueue status

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Channel",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "connectionName": {
      "type": "string"
    },
    "transmissionQueue": {
      "type": "string"
    },
    "status": {
      "type": "object"
    }
  }
}