checkpoint element
Type: | imbCheckpointResponseObject |
Namespace: | http://www.ibm.com/iib/apiv1/responseObject |
XML Schema: | ns1.xsd |
Used by RecordedTestData and Unit Test response to specify where the data was captured
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<checkpoint xmlns="http://www.ibm.com/iib/apiv1/responseObject" type="..." name="..." testDataUuid="..." applicationName="..." applicationUuid="..." libraryName="..." libraryUuid="..." messageFlowName="..." messageFlowUuid="..." sourceNodeName="..." sourceNodeType="..." sourceTerminalName="..." targetNodeName="..." targetNodeType="..." targetTerminalName="..." timestamp="..." sequenceNumber="..." invokedCount="..." threadId="..." isDynamicPropagate="..." />
Example JSON
{
"type" : "...",
"name" : "...",
"testDataUuid" : "...",
"applicationName" : "...",
"applicationUuid" : "...",
"libraryName" : "...",
"libraryUuid" : "...",
"messageFlowName" : "...",
"messageFlowUuid" : "...",
"sourceNodeName" : "...",
"sourceNodeType" : "...",
"sourceTerminalName" : "...",
"targetNodeName" : "...",
"targetNodeType" : "...",
"targetTerminalName" : "...",
"timestamp" : "...",
"sequenceNumber" : "...",
"invokedCount" : "...",
"threadId" : "...",
"isDynamicPropagate" : "..."
}