Supported Fields for the Events Table
By default, if you do not specify any time filters based on column "startTime", queries will return records for the last 24 hours. The following table provides the supported fields for the Events table:
Column Name | Column Type | Description | Example |
---|---|---|---|
id | bigint | A server-generated ID for the object. | 454501654069443 |
createdTime | timestamp | Timestamp when event was created. | 2019-09-07T15:50+00Z |
lastUpdatedTime | timestamp | Timestamp when event was updated. | 2019-09-07T15:50+00Z |
externalId | varchar | The external ID provided by the client. It must be unique for the resource type. | CDF_ExternalID |
dataSetId | bigint | The ID of the dataset this asset belongs to. | 7166729101688251 |
type | varchar | Type of the event. | failure |
subtype | varchar | Sub-type of the event. | electrical |
description | varchar | Textual description of the event. | CDF project: testing_purpose |
source | varchar | The source of the event. | FactoryTalk DataMosaix SaaS |
endTime | timestamp | Timestamp | 2019-09-07T15:50+00Z |
startTime | timestamp | Timestamp | 2019-09-07T15:50+00Z |
Provide Feedback