imbAccountingStatisticsResponseObject

Namespace: (default namespace)
XML Schema: ns0.xsd

Describes Accounting and Statistics settings for a message flow

XML

Attributes

name type description
enabled boolean Is statistics gathering enabled. null value allowed to leave unchanged
origin string Accounting origin for the message flow
threadLevel string Thread statistics detail level for the message flow. Allowed values are
  • none - Exclude thread related data in the statistics
  • basic - Include thread related data in the statistics
Or omit the field to leave it unchanged
nodeLevel string Node statistics detail level for the message flow. Allowed values are
  • none - Exclude node related data in the statistics
  • basic - Include node related data in the statistics
  • advanced - Include node and terminal related data in the statistics
Or omit the field to leave it unchanged

Elements

name (type) min/max
occurs
description
outputFormat (imbAccountStatsOutputFormatResponseObject) 0/1 Output format for message flow statistics
  • xml - Statistics reports are output as XML via WebSphere MQ publications
  • userTrace - Statistics reports are output via UserTrace
  • smf - Statistics reports are output as SMF type 117 records. z/OS only.
Or omit the field to leave it unchanged

JSON

property type description
enabled boolean Is statistics gathering enabled. null value allowed to leave unchanged
origin string Accounting origin for the message flow
threadLevel string Thread statistics detail level for the message flow. Allowed values are
  • none - Exclude thread related data in the statistics
  • basic - Include thread related data in the statistics
Or omit the field to leave it unchanged
nodeLevel string Node statistics detail level for the message flow. Allowed values are
  • none - Exclude node related data in the statistics
  • basic - Include node related data in the statistics
  • advanced - Include node and terminal related data in the statistics
Or omit the field to leave it unchanged
outputFormat outputFormat (imbAccountStatsOutputFormatResponseObject) Output format for message flow statistics
  • xml - Statistics reports are output as XML via WebSphere MQ publications
  • userTrace - Statistics reports are output via UserTrace
  • smf - Statistics reports are output as SMF type 117 records. z/OS only.
Or omit the field to leave it unchanged