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

PI Web API Reference

NotificationRule Update

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