SetPointsAttributes
Update the attributes' values of the existing Historian points.
Input Parameter
Item | Description |
|---|---|
Request | PUT |
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", "PointNames": ["TestPoint1", "TestPoint2", "TestPoint3"], "AttributesKeyValue": { "PointSource": "FTHAPI", "PointType": 8 } }
Response Body
{ "Result": true, "Success": true, "ErrorMessage": "" }
TIP:
- Parameters in the SetPointsAttributes service do not support fuzzy matching.
- The SetPointsAttributes service does not support updating Attributes of "changedate", "creationdate", "creator", "pointid", "recno", and "changer". For more information about the Attributes that can be retrieved using the SetPointsAttributes service, see Attributes.
Provide Feedback