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