Get a machine variable
Authorizations
OAuth 2.0 client credentials. Exchange your client_id and client_secret for an access token scoped to the organisation that provides data access.
Headers
ID of the organisation the request operates on behalf of (e.g. org_...). Must be an organisation the API client has access to.
"org_01k83mfmhgchya944v86ryvhpq"
Path Parameters
"mvr_01kae7a2kpkcqwy7fwk2fft11h"
Response
Machine variable
Unique identifier of the machine variable.
"mvr_01kae7a2kpkcqwy7fwk2fft11h"
Human-readable name of the machine variable.
"retentate outlet flow rate"
Unit of the measured values. Null means the value is unitless.
"m3/h"
The machine this variable belongs to.
"mch_01kqzcjrpyf27tge7875y20mmr"
Type that values of this variable must conform to when ingesting machine data. Variables of type string, date_time or text cannot receive imports.
int8, int16, int32, int64, uint8, uint16, uint32, uint64, float, double, boolean, string, date_time, text "float"
Effective storage precision of ingested timestamps. Sub-second fractions are truncated for seconds variables; two values with the same effective timestamp overwrite each other.
seconds, milliseconds "seconds"
Factor applied to raw values during ingestion.
1