businessTransactionRecorders element

Type: imbBusinessTransactionRecorderContainer
Namespace: http://www.ibm.com/iib/apiv1/responseObject/container
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <businessTransactionRecorders xmlns="http://www.ibm.com/iib/apiv1/responseObject/container" type="..." uri="..." hasChildren="..." internal="..."> <businessTransactionRecorder type="..." description="..." name="..." uri="..." hasChildren="..." internal="..."> <ns3:businessTransactionDefinitions xmlns:ns3="http://www.ibm.com/iib/apiv1/responseObject/businesstransaction" type="..." location="..." name="..." uri="..." hasChildren="..." internal="..." /> <ns3:businessTransactionDefinitions xmlns:ns3="http://www.ibm.com/iib/apiv1/responseObject/businesstransaction" type="..." location="..." name="..."> <!--...--> </ns3:businessTransactionDefinitions> <!--...more "businessTransactionDefinitions" elements...--> <ns3:dataSource xmlns:ns3="http://www.ibm.com/iib/apiv1/responseObject/businesstransaction" schema="..." name="..." uri="..." type="..." hasChildren="..." internal="..." /> </businessTransactionRecorder> <businessTransactionRecorder type="..." description="..." name="..."> <!--...--> </businessTransactionRecorder> <!--...more "businessTransactionRecorder" elements...--> </businessTransactionRecorders>

Example JSON

{ "type" : "...", "businessTransactionRecorder" : [ { "type" : "...", "description" : "...", "name" : "...", "businessTransactionDefinitions" : [ { "type" : "...", "location" : "...", "name" : "...", "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }, ... ], "dataSource" : { "schema" : "...", "name" : "...", "uri" : { "value" : "..." }, "type" : "...", "hasChildren" : "...", "internal" : "..." }, "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }