UpdatePointsValue
Insert or update historical values of the existing Historian points into the FactoryTalk Historian server (Data Archive).
Input Parameter
Item | Description |
|---|---|
Request | POST |
URL Parameter | None |
Request Header | Authentication : String (required). Bearer Token string returned from the Login action. |
Request Body |
|
Status Code |
|
Sample
Request Header
"Authorization": "eyJhbGciOiJIUzI1N…"
Request Body
{ "ServerName": "{{ServerName}}", "PointsValue": { "WebAPI_TestPoint4": { "Value": 999, "Timestamp": "2024-06-25 01:11:11" }, "WebAPI_TestPoint5": { "Value": 222, "Timestamp": "2024-06-25 02:22:22 PM" } } }
Provide Feedback