Examples: Displaying properties associated with integration servers

See examples that use the mqsireportproperties command to display properties that are associated with integration servers.

Always enter the command on a single line. In some examples, a line break has been added to enhance readability.

The following example includes the -e parameter to specify the integration server whose properties will be displayed.

Display all properties associated with the specified integration server:
mqsireportproperties IBNODE -o ExecutionGroup -e integrationServerName -r
The output of this command has the following format:
ExecutionGroup
  uuid='56f9ea92-d37f-403c-993e-498acbd2b346'
  userTraceLevel='none'
  traceLevel='none'
  userTraceFilter='none'
  traceFilter='none'
  label='default'
  unnamedUserTraceLevel='none'
  unnamedTraceLevel='none'
  processorArchitecture='64'
  consoleMode='off'
  traceNodeLevel='on'
  activeUserExitList=''
  inactiveUserExitList=''
  shortDesc=''
  longDesc=''
  injectionMode='Disabled'
  httpNodesUseEmbeddedListener='false'
  soapNodesUseEmbeddedListener='true'
  threadLocalProxyNameManagers='false'

BIP8071I: Successful command completion.