EventFrame Update
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
EventFrame Update
Update an event frame by replacing items in its definition.
Request
PATCH eventframes/{webId}
URL Parameters
-
webId The ID of the event frame to update. See WebID for more information.
Body Parameter
A partial event frame containing the desired changes.
Status Codes
204: The event frame was updated.
Sample Request Body
{
"Name": "EF20140725-001",
"Description": "Event Frame of Past Week",
"TemplateName": "Template",
"CategoryNames": [
"Processing Plant"
],
"ExtendedProperties": {},
"StartTime": "2014-07-18T14:45:29Z",
"EndTime": "2014-07-25T14:45:29Z",
"Severity": "None",
"CanBeAcknowledged": true,
"RefElementWebIds": [
"I1EmDqD5loBNH0erqeqJodtALAaqQoQHk26BGgMQAVXYR0Ag"
]
}