{
"Asset": {
"ThingName": "<value>",
"ProductName": "<value>",
"InstalledProductName": "<value>",
"SerialNumber": "<value>"
},
"Event": {
"Subject": <value>,
"Description": <value>,
"Priority": <value>,
"EventTime": <value>,
"AlertType": <value>,
"Property": <value>,
"ServiceSessionID": <value>
},
"Custom Event": {
"Subject": <value>,
"Country": <value>,
"AccountNumber": <value>,
"Location": <value>,
"City": <value>,
"ModifiedTime": <value>,
},
"Others": {
"<Optional field1>": value1,
"<Optional field2>": value2,
...
"<Optional fieldN>": valueN,
}
|
Field
|
Required/Optional
|
Description
|
|---|---|---|
|
ThingName
|
Optional
|
Unique identifier for a connected IB that is invoking the event.
|
|
ProductName
|
Optional
|
Name of product type of the asset.
|
|
InstalledProductName
|
Optional
|
Name of a specific instance of a product at a location.
|
|
SerialNumber
|
Optional
|
Serial number of the installed product.
|
|
Field
|
Required/Optional
|
Description
|
|---|---|---|
|
Subject
|
Optional
|
IoT event detail that will be saved as the target record's subject
|
|
Description
|
Optional
|
Detailed message about the IoT event
|
|
Priority
|
Optional
|
Priority level for the IoT event (takes numeric value)
|
|
EventTime
|
Optional
|
Date and Time of the IoT event occurrence. The value should be in GMT. See Salesforce date and date time format.
|
|
AlertType
|
Optional
|
Type associated with the IoT event
|
|
Property
|
Optional
|
Property associated with the IoT event
|
|
ServiceSessionID
|
Optional
|
Session ID of the connection
|
|
Field
|
Optional/Required
|
Description
|
|---|---|---|
|
Optional Parameters
|
Optional
|
Optional key-value pairs that can be passed in the payload
|
{
"Asset": {
"ThingName": "MR-1.5T-XDT-7768",
"ProductName": "MRI Machine",
"InstalledProductName": "MRI Machine #7768",
"SerialNumber": "MR-1.5T-XDT-7768"
},
"Event": {
"Subject": "Vibration detected during machine operation.",
"Description": "5.0 <= 5.5",
"Priority": "2",
"EventTime": "2015-12-29 22: 27: 06.006",
"AlertType": "Above",
"Property": "Vibration",
"ServiceSessionID": "DSBBB0056"
},
"Others": {
"ThingName": "MR-1.5T-XDT-7768",
"ModelYear": "2008",
"ProductionCode": "XDT"
}
}