imbAccountStatsOutputFormatResponseObject
Namespace: |
http://www.ibm.com/iib/apiv1/responseObject |
XML Schema: |
ns1.xsd |
Describes Accounting and Statistics output formats for a message flow
Note that the JSON and XML statistics will not be published to the same topic structure, so
can be emitted separately. See the Infocenter documentation for details.
XML
Elements
name (type) |
min/max occurs |
description |
xml (boolean)
|
0/1 |
Statistics will be written as publish/subscribe messages using the XML format
|
json (boolean)
|
0/1 |
Statistics will be written as publish/subscribe messages using the JSON format
|
userTrace (boolean)
|
0/1 |
Statistics will be written to user trace
|
smf (boolean)
|
0/1 |
[z/OS Only] Enables statistics to be written using the SMF facilities on z/OS
|
JSON
property |
type |
description |
xml |
xml (boolean)
|
Statistics will be written as publish/subscribe messages using the XML format
|
json |
json (boolean)
|
Statistics will be written as publish/subscribe messages using the JSON format
|
userTrace |
userTrace (boolean)
|
Statistics will be written to user trace
|
smf |
smf (boolean)
|
[z/OS Only] Enables statistics to be written using the SMF facilities on z/OS
|