RenamePoint
Rename the existing points in the
FactoryTalk Historian SE
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": "HisSrvName", "PointName": "TestPoint1", "NewName": "NewTestPoint1" }
Response Body
{ "Result": "true", "Success": true, "ErrorMessage": "" }
Provide Feedback