forked from bsura/Argus
-
Notifications
You must be signed in to change notification settings - Fork 5
History
Lauren Padia edited this page Jun 15, 2016
·
4 revisions
[User Guide](User Guide) | [Data Model](Data Model)
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
}Home
[Getting Started](Getting Started)
##[User Guide](User Guide)
Alerts
Annotations
Dashboards
Metrics
Namespaces
[Data Model](Data Model)
Transforms
[Web Service API](Web Service API)
- [/alerts](Alerts Resource)
- [/annotations](Annotation Resource)
- [/audit](Audit Resource)
- [/authentication](Authentication Resource)
- [/collection](Collection Resource)
- [/dashboards](Dashboard Resource)
- [/discover](Discover Resource)
- [/history](History Resource)
- [/management](Management Resource)
- [/metrics](Metrics Resource)
- [/namespace](Namespace Resource)
- [/users](Users Resource)
