dataCaptureEntry element
Type: | imbDataCaptureEntryResponseObject |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Description of a recorded message or request (a Data Capture Entry)
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<dataCaptureEntry 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
}