businessTransactionRecorder element

Type: businessTransactionRecorder
Namespace: http://www.ibm.com/iib/apiv1/responseObject/businesstransaction
XML Schema: ns3.xsd

Example XML

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

Example JSON

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