statisticsOutputFormat element

Type: 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.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <statisticsOutputFormat xmlns="http://www.ibm.com/iib/apiv1/responseObject"> <xml>...</xml> <json>...</json> <userTrace>...</userTrace> <smf>...</smf> </statisticsOutputFormat>

Example JSON

{ "xml" : false, "json" : false, "userTrace" : false, "smf" : false }