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

PI Web API Reference

NotificationContactTemplate Update

NotificationContactTemplate Update

Update a notification contact template by replacing items in its definition.

Request

PATCH notificationcontacttemplates/{webId}

URL Parameters

  • webId

    The ID of the notification contact template to update. See WebID for more information.

Body Parameter

A partial notification contact template containing the desired changes.

Status Codes

204: The notification contact template was updated.

Sample Request Body

{
  "Name": "Plant Manager",
  "Description": "",
  "Available": true,
  "ConfigString": "",
  "ContactType": "Individual",
  "PlugInName": "",
  "MaximumRetries": 5,
  "MinimumAcknowledgements": 2,
  "NotifyWhenInstanceEnded": true,
  "EscalationTimeout": "PT3S",
  "RetryInterval": "PT5S"
}
In This Topic
TitleResults for “How to create a CRG?”Also Available in