This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 145
History
Lauren Padia edited this page Mar 22, 2017
·
5 revisions
The history object encapsulates runtime information for data model objects that can be evaluated in some way. For example, an alert.
Field Name | Type | Description |
---|---|---|
id | bigint | ID of the history object |
createdDate | long | Timestamp at which the history was created |
message | string | Message associated with the history object |
entityId | bigint | ID of the data object associated with the history entry |
jobStatus | string | Object evaluation status |
waitTime | long | Time period in milliseconds the object is waiting to be evaluated |
executionTime | long | Time period in milliseconds taken to evaluate the object |
{
"id": 47292399,
"createdDate": 1447022110758,
"message": "11/08/2015 22:35:10 GMT : Job started.",
"entityId": 100332,
"jobStatus": "SUCCESS",
"waitTime": 0,
"executionTime": 71
}