imbBusinessDataCaptureEntryResponseObject
| Namespace: | http://www.ibm.com/iib/apiv1/responseObject |
| XML Schema: | ns1.xsd |
Description of a recorded message or request (a Data Capture Entry)
XML
Attributes
| name | type | description |
|---|---|---|
| id | string | The ID of the business transaction |
| status | string | The status of this business transaction |
| startTimestamp | string | Timestamp of when the business transaction was started |
| lastUpdateTimestamp | string | Timestamp of when the business transaction was last updated |
| eventsUri | imbURI | The uri to get the events which were part of this business transaction |
| definitionId | string | TODO: DECIDE IF ID OR URI The ID/URI of the business transaction monitoring definition to which this result relates to |
| type | string | "dataCaptureEntry" |
JSON
| property | type | description |
|---|---|---|
| id | string | The ID of the business transaction |
| status | string | The status of this business transaction |
| startTimestamp | string | Timestamp of when the business transaction was started |
| lastUpdateTimestamp | string | Timestamp of when the business transaction was last updated |
| eventsUri | imbURI | The uri to get the events which were part of this business transaction |
| definitionId | string | TODO: DECIDE IF ID OR URI The ID/URI of the business transaction monitoring definition to which this result relates to |
| type | string | "dataCaptureEntry" |