imbActivityLogEntry
Namespace: | http://www.ibm.com/iib/apiv1/responseObject |
XML Schema: | ns1.xsd |
An activity log entry
XML
Attributes
name | type | description |
---|---|---|
bipNumber | string | The BIP number of the activity log event |
timestamp | dateTime | The timestamp of the activity log event |
source | string | The source of the activity log event |
threadId | string | The thread identifier of the activity log event |
threadSequenceNumber | string | The thread sequence number of the activity log event |
Elements
name (type) | min/max occurs |
description |
---|---|---|
message (string) | 0/1 | The description of the activity log event. |
detailedMessage (string) | 0/1 | The detailed description of the activity log event. |
tags/tag (imbPropertyObject) | 0/unbounded | The basic properties of this object. |
JSON
property | type | description |
---|---|---|
bipNumber | string | The BIP number of the activity log event |
timestamp | dateTime | The timestamp of the activity log event |
source | string | The source of the activity log event |
threadId | string | The thread identifier of the activity log event |
threadSequenceNumber | string | The thread sequence number of the activity log event |
message | message (string) | The description of the activity log event. |
detailedMessage | detailedMessage (string) | The detailed description of the activity log event. |
tags | array of tags/tag (imbPropertyObject) | The basic properties of this object. |