Skip to main content

VA Cluster Status Change

Event Context

VA (Virtual Appliance) Cluster Status Change Events occur when a health check is run on a VA cluster and the health status is different from the previous health check. Customers can use this trigger to monitor all the health status changes of their VA clusters.

Some uses cases for this trigger include the following:

  • Create real-time health dashboards for VA clusters.
  • Notify an administrator or system to take the appropriate actions when a health status changes.

Additional notes about VA Cluster Status Changes:

  • VA cluster health checks run every 30 minutes.
  • This trigger will invoke on any VA cluster health status change (i.e. healthy -> unhealthy, unhealthy -> healthy).
  • See [troubleshooting virtual appliances](https://community.sailpoint.com/t5/Identity Security Cloud-Connectors/Virtual-Appliance-Troubleshooting-Guide/ta-p/78735) for more information.

Healthy Cluster Source

VA cluster source healthy

Unhealthy Cluster Source

VA cluster source unhealthy

Warning - Unhealthy Cluster

Warning unhealthy cluster

Failed - Unhealthy Cluster

Failed unhealthy cluster

This is an example input from this trigger:

{
"created": "2020-06-29T22:01:50.474Z",
"type": "CLUSTER",
"application": {
"id": "2c9180866166b5b0016167c32ef31a66",
"name": "Production VA Cluster",
"attributes": null
},
"healthCheckResult": {
"message": "Test Connection failed with exception. Error message - java.lang Exception",
"resultType": "SOURCE_STATE_ERROR_CLUSTER",
"status": "Succeeded"
},
"previousHealthCheckResult": {
"message": "Test Connection failed with exception. Error message - java.lang Exception",
"resultType": "SOURCE_STATE_ERROR_CLUSTER",
"status": "Failed"
}
}