2.2.5.19 NotificationConfigInfo Element
The NotificationConfigInfo XML element is used to specify the notification configuration.
-
<xs:element name="NotificationConfigInfo"> <xs:complexType> <xs:sequence> <xs:element name="NotificationEnabled" type="xs:string" minOccurs="0" /> <xs:element name="SMTPServer" type="xs:string" minOccurs="0" /> <xs:element name="EmailIds" type="xs:string" minOccurs="0" /> <xs:element name="EventList" type="xs:string" minOccurs="0" /> </xs:sequence> </xs:complexType> </xs:element>
Child Elements
Element |
Type |
Description |
---|---|---|
NotificationEnabled |
xs:string |
A string that specifies whether the notification configuration is currently enabled, in Boolean format (section 2.2.1.2). |
SMTPServer |
xs:string |
A string that specifies the NetBIOS name or fully qualified domain name (FQDN) of the Simple Mail Transfer Protocol (SMTP) server. |
EmailIds |
xs:string |
A string that specifies one or more email identifiers to be notified, separated by semicolons. |
EventList |
xs:string |
A string that specifies a list of numeric event identifiers, separated by commas. |