QoSDeviceStatRecord
| Field | Type | Description |
|---|---|---|
| metricGroup | BasicDeviceKpiMetricGroup | The metric group of the result. |
| id | Number | The numeric identifier of the record that is unique within the metric group. |
| timestamp | DateTime | Timestamp of the record. |
| uuid | UUID | The uuid of the associated device entity. |
| minimum | Double | Statistical value. |
| mean | Double | Statistical value. |
| median | Double | Statistical value. |
| maximum | Double | Statistical value. |
| current | Double | Statistical value. |
| systems | List<SystemName> | Systems that the record is associated with. |