Insert data points

Insert data points into a time series. You can do this for multiple time series. If you insert a data point with a timestamp that already exists, it will be overwritten with the new value.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema:
required

The datapoints to insert.

required
Array of DatapointsWithInternalId (object) or DatapointsWithExternalId (object) (DatapointsPostDatapoint) [ 1 .. 10000 ] items
Responses
200

Empty response.

400

IDs or external IDs not found.

422

Duplicate IDs found. Retry request, keeping only one instance of each duplicated ID.

post/timeseries/data
Request samples
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{ }