The InventoryLogEntry data record contains the data of one entry in the inventory life cycle log. It is used to report, add or modify the properties of an inventory log entry the API. Beside this, the InventoryLogEntry record is used to specify a filter when getting a list of InventoryLogEntry records. in such a case, all fields which are missing or null are interpreted as a wildcard, specified fields must match to include the item in the list.
| Key | Type | Value |
|---|---|---|
| entryId | Number | A unique ID of this record (auto generated). |
| itemId | Number | Links to the inventory_items entry this log entry refers to. |
| mncName | String | The M&C which issued this message or null if the message was entered at the UI |
| devName | String | The satnms device name which issued this message |
| message | String | the message text |
| created | TimeStamp | timestamp, generated by database at creation time |