You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to add points through the REST API.. something like...
https://:XXX/historian-server /v1/points/create
{
"TagName": "openSpaceSensors.Temperature",
"points": [
{
I think a request like that would be allow to inject several type of metric at one time. And would optimize amount of data sent across network. We do not need to repeat "TimeStamp", "value" and "quality" for every points. A long for the timestamp is also more efficient. Then latter we may accept others formats for convenience.
It should be possible to add points through the REST API.. something like...
https://:XXX/historian-server /v1/points/create
{
"TagName": "openSpaceSensors.Temperature",
"points": [
{
}
The text was updated successfully, but these errors were encountered: