Files
developer.sailpoint.com/docs/extensibility/event-triggers/available/va-cluster-status-change.md

2.6 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, description, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords description slug tags
va-cluster-status-change VA Cluster Status Change VA Cluster Status Change VA Cluster Status Change vaClusterStatusChange
event
trigger
va
cluster
status
change
available
Fires after the status of a VA cluster has changed. /extensibility/event-triggers/triggers/va-cluster-status-change
Event Triggers
Available Event Triggers
Fire and Forget

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"
  }
}