Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Web API Reference

EventFrame Update

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"
  ]
}
In This Topic
TitleResults for “How to create a CRG?”Also Available in