Expiry notifications.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| alertViaSNMP | string | element | 0/1 | Checks if is alert via snmp. | |
| emailAllOwners | string | element | 0/1 | Checks if is email all owners. | |
| emailBody | string | element | 0/1 | Gets the email body. | |
| emailITContact | string | element | 0/1 | Checks if is email it contact. | |
| emailPrimaryOwner | string | element | 0/1 | Checks if is email primary owner. | |
| emailSubject | string | element | 0/1 | Gets the email subject. | |
Properties inherited from supportTemplating |
|||||
| xsitype | string | attribute | 0/1 | ||
Example
<ExpiryNotifications xsitype="..."> <alertViaSNMP>...</alertViaSNMP> <emailAllOwners>...</emailAllOwners> <emailPrimaryOwner>...</emailPrimaryOwner> <emailITContact>...</emailITContact> <emailSubject>...</emailSubject> <emailBody>...</emailBody> </ExpiryNotifications>