ruleDTO

Namespace: (default namespace)
XML Schema: ns0.xsd

A DTO for notification rules.

XML

Elements

name (type) min/max
occurs
description
identity (string) 1/1 The rule's unique identifier.
eventType (eventTypeDTO) 1/1 The event type for which this rule will generate notifications,
channel (channelDTO) 1/1 The channel to which this rule will deliver notifications.
templateIdentity (string) 1/1 The ID of the template to use for the notification content.
destinationIdentities/destinationIdentity (string) 0/unbounded The list of IDs of destinations that the notification will be sent to.
nodeIdentities/nodeIdentity (string) 0/unbounded The list of IDs of nodes on which the notification will be applied.

JSON

property type description
identity identity (string) The rule's unique identifier.
eventType eventType (eventTypeDTO) The event type for which this rule will generate notifications,
channel channel (channelDTO) The channel to which this rule will deliver notifications.
templateIdentity templateIdentity (string) The ID of the template to use for the notification content.
destinationIdentities array of destinationIdentities/destinationIdentity (string) The list of IDs of destinations that the notification will be sent to.
nodeIdentities array of nodeIdentities/nodeIdentity (string) The list of IDs of nodes on which the notification will be applied.