dataCaptureEntry element

Type: imbDataCaptureEntryResponseObject
Namespace: http://www.ibm.com/iib/apiv1/responseObject
XML Schema: ns1.xsd

Description of a recorded message or request (a Data Capture Entry)

Example XML

<?xml version="1.0" encoding="UTF-8"?> <dataCaptureEntry xmlns="http://www.ibm.com/iib/apiv1/responseObject" uri="..." type="..." msgKey="..." hasBitstream="..." hasException="..." eventName="..." eventSourceAddress="..." brokerName="..." brokerUuid="..." executionGroupName="..." executionGroupUuid="..." messageFlowName="..." messageFlowUuid="..." applicationName="..." applicationUuid="..." libraryName="..." libraryUuid="..." nodeName="..." nodeType="..." terminalName="..." keyField5="..." keyField4="..." keyField3="..." keyField2="..." keyField1="..." details="..." globalTransactionId="..." parentTransactionId="..." localTransactionId="..." eventTimestamp="..." eventType="..." hasUserData="..." />

Example JSON

{ "uri" : { "value" : "..." }, "type" : "...", "msgKey" : "...", "hasBitstream" : false, "hasException" : false, "eventName" : "...", "eventSourceAddress" : "...", "brokerName" : "...", "brokerUuid" : "...", "executionGroupName" : "...", "executionGroupUuid" : "...", "messageFlowName" : "...", "messageFlowUuid" : "...", "applicationName" : "...", "applicationUuid" : "...", "libraryName" : "...", "libraryUuid" : "...", "nodeName" : "...", "nodeType" : "...", "terminalName" : "...", "keyField5" : "...", "keyField4" : "...", "keyField3" : "...", "keyField2" : "...", "keyField1" : "...", "details" : "...", "globalTransactionId" : "...", "parentTransactionId" : "...", "localTransactionId" : "...", "eventTimestamp" : "...", "eventType" : "...", "hasUserData" : false }