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

PI Web API Reference

NotificationRuleTemplate Update

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