Point Value Ingest API¶
The Point Value Ingest API enables you to set values of Points. The data that is measured by data points is called point values.
The API provides two ingestion modes:
- Single-point ingestion: Push 1 to 100 values for a single point using
POST /points/{pointId}/values. - Multi-point batch ingestion: Push 1 value for up to 50 points in a single request using
POST /points/covs.
Concepts & Glossary¶
| Term | Description |
|---|---|
| PointValue | The data that is measured by data points is called point values. |