IBM WebSphere · Schema

Channel

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
name string Channel name
type string
description string
connectionName string Connection name (host and port)
transmissionQueue string Transmission queue name
status object
View JSON Schema on GitHub

JSON Schema

websphere-mq-rest-channel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Channel",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Channel name"
    },
    "type": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "connectionName": {
      "type": "string",
      "description": "Connection name (host and port)"
    },
    "transmissionQueue": {
      "type": "string",
      "description": "Transmission queue name"
    },
    "status": {
      "type": "object"
    }
  }
}