monitoring_live_data_get
Tech
Returns Condensed Data for live monitoring records matching the filter.
Params
attribute | description |
---|---|
filter* Filter |
The filter defining what monitoring records to return. |
Filter
attribute | description |
---|---|
id_from_exclstring |
Returns only records with id higher then the specified number |
Return
attribute | description |
---|---|
data* [Condensed Data] |
The monitoring data |
meta* Meta |
The meta info about the data batch |
Meta
attribute | description |
---|---|
match_id_fromunsigned int |
The lowest record id in the data set matched by the filter before obtaining the slice to be returned. It can be omitted if same as the lowest number in the returned data set. |
match_id_untilunsigned int |
The highest record id in the data set matched by the filter before obtaining the slice to be returned. It can be omitted if same as the highest number in the returned data set. |
Note
The individual Condensed Data objects must be compatible with:
- Condensed Schema returned by the
monitoring_schema_get