Virtual Appliance Health Email Template
In Identity Security Cloud, there are a number of emails used to notify users of certain milestones or other events.
If you have configured system notification emails for your organization, the Virtual Appliance Health email is sent when a virtual appliance changes status in your system.
Note
The global variable user might not work in this email, because the email address it sends to might not be correlated to an Identity Security Cloud account.
Name: Virtual Appliance Health
Subject: $PRODUCT_NAME Notification: ${total} #if($total == 1) A virtual appliance has #{else} Virtual appliances have #end changed status
Body:
<p>Dear recipient,</p>
<p>#if($total == 1) A virtual appliance has #{else} Virtual appliances have #end changed status within your system.</p>
<p>#if (${clustersWithUnHealthyVAs.size()} != 0 )</p>
<p>You have unhealthy virtual appliances in ${clustersWithUnHealthyVAs.size()} #if(${clustersWithUnHealthyVAs.size()}==1) cluster #{else} clusters #end.</p>
#foreach ($cluster in $clustersWithUnHealthyVAs)
<p>In the '${cluster.name}' virtual appliance cluster, ${cluster.clients.size()} of ${cluster.totalClients}
#if (${cluster.clients.size()} == 1) is #{else} are #end in an Unhealthy state.</p>
#foreach ($va in ${cluster.clients})
<p>VA-${va.id} has been in ${va.status} state #if (${va.containsKey("since")}) for ${va.since} #end. </p>
#end #end #end
#if (${clustersWithBackToNormalVAs.size()} != 0 )
<p>#if ( ${clustersWithBackToNormalVAs.size()} == 1) A virtual appliance #{else} Virtual appliances #end in ${clustersWithBackToNormalVAs.size()} #if(${clustersWithBackToNormalVAs.size()}==1) cluster has #{else} clusters have #end moved into a Healthy state.</p>
#foreach ($cluster in $clustersWithBackToNormalVAs)
<p>In the '${cluster.name}' virtual appliance cluster, ${cluster.clients.size()} #if (${cluster.clients.size()} == 1) virtual appliance has #{else} virtual appliances have #end moved into a Healthy state.</p>
#foreach ($va in ${cluster.clients})
<p>VA-${va.id} has been in a Healthy state #if (${va.containsKey("since")}) for ${va.since} #end</p>
#end #end #end
<p>Please sign in to ${PRODUCT_NAME} for more information.</p>
<p>Thank you,<br>The $PRODUCT_NAME Team</p>
<p>You are receiving this email because your email address was configured to receive ${PRODUCT_NAME} notification emails.</p>
Attributes
This email template uses version 1 global variables and the following template-specific attributes:
Name | Type | Description |
---|---|---|
clustersWithBackToNormalVAs | List | The list of virtual appliance clusters that have virtual appliances in them that have returned to a healthy state. |
clustersWithUnHealthyVAs | List | The list of virtual appliance clusters that have unhealthy virtual appliances in them. |
total | Integer | The total number of virtual appliances that have changed status. |
Documentation Feedback
Feedback is provided as an informational resource only and does not form part of SailPoint’s official product documentation. SailPoint does not warrant or make any guarantees about the feedback (including without limitation as to its accuracy, relevance, or reliability). All feedback is subject to the terms set forth at https://developer.sailpoint.com/discuss/tos.