NotificationRule Update
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
NotificationRule Update
Update a notification rule by replacing items in its definition.
Request
PATCH notificationrules/{webId}
URL Parameters
-
webId The ID of the notification rule to update. See WebID for more information.
Body Parameter
A partial notification rule containing the desired changes.
Status Codes
204: The notification rule was updated.
Sample Request Body
{
"Name": "MachineName",
"Description": "Manufacturing Equipment MachineName",
"CategoryNames": [
"Equipment Assets"
],
"Criteria": "Name: EventFrameCriteriaName",
"MultiTriggerEventOption": "HighestSeverity",
"NonrepetitionInterval": "PT3S",
"ResendInterval": "PT5S",
"TemplateName": "MachineName Notification Rule"
}