Parser Output Json Description
Processed Topic
Providing the sample data of processed messages and the definition of each fields in the data are given below.
sample
{
"Sensors": [
{
"Name": "Event",
"Value": "GTFRI",
"Type": "Other",
"SensorID": 2,
"UnitOfMeasurement": 28
},
{
"Name": "DeviceType",
"Value": "27",
"Type": "Other",
"SensorID": 551,
"UnitOfMeasurement": 28
}
],
"Guid": "e9ebf753-1a9e-46e2-9b3a-56a05e4b5a5e",
"IMEI": "867162025774498",
"ActualDate": "2023-07-13T14:18:23",
"HardwareName": "QUECLINKGV300",
"PortNumber": 17957,
"ServerName": "PLD-APP-CN03",
"TenantName": "ITrac",
"MessageType": "KOREPL"
}
Field Name | Description | Notes |
---|---|---|
Sensors | List of sensors decoded by the processor | Each sensor contain: Name, Value, Type, SensorID, UnitOfMeasurements |
Guid | Unprocessed message GUID | |
IMEI | Device Identification | |
Actual Date | Date and time included in the message | If the messages does not include the date and time, the current date is used |
HardwareName | Processor name | It should be the same to the device model |
PortNumber | Port number from where the information was received | |
ServerName | Server Name from where the information was received | |
TenantName | Customer name | |
MessageType | Message Type | KOREPL |
Sensor Definition
Providing the sample data of the definition of each fields in the sensor data are given below.
sample
{
"Name": "MessageType",
"Value": "GTFRI",
"Type": "Other",
"SensorID": 315,
"UnitOfMeasurement": 28
}
Field Name | Description | Notes |
---|---|---|
Name | Message sent by the device | By default it uses the generic name , for some cases processors, it use the name of the manufacturer |
Value | Value of the sensor | |
Type | Sensor Type | Sensor Type consists of Speed, Length, Flow, Volume, Temperature etc. |
SensorID | This is the internal id used to identify the sensor | The same value used by all processors |
UnitofMeasurement | Unit of measurement of the sensor | The value sent by the device is converted to standard unit of measurement. Example: Kilometers,Percentage,PSI,Celsius,KiloPascal,.... |