i am using VA cluster trigger, can i use particular 2 or more sources for notify and how can do this.
@mrahulbb Can you elaborate your requirements.
Did you want to sent email notification when source got failed?
-Shantha Kumar
yes, when VA is down …sources also will fail right then i need to set notified
i need get VA is down and particular sources are down
Hi @mrahulbb,
Is there a reason why you are looking for workflow notifications.? You could directly configure the VA/source health check notifications from the Admin section
to automate the process and to get a ticket and not all sources i need only looking for particular sources
Hi @mrahulbb,
VA Cluster change event might not help you here, as the sources can go down even with the VA’s staying up. Also, I don’t think you will get the individual source status in the trigger.
You can check out source test connection API to see if your use case can be achieved.
- Create a Scheduled WF that runs every 15 or 30 minutes.
- Get the source ID’s of the required sources (Get HTTP call on the list sources with a filter)
- Loop through each of the sources and make use of the test source connection API to verify the source status.
- Take required action.
You can also make use of the status attribute in the Get Source [API] response (get-source | SailPoint Developer Community) to get the last checked source status.
For VAs use the following trigger: Triggers - SailPoint Identity Services
For Applications, consider alternatives, like alerting on a failure for an aggregation (Triggers - SailPoint Identity Services) or checking for provisioning errors (Triggers - SailPoint Identity Services)
How to include two application IDs can involve in compare string
Hi @mrahulbb,
Can you be more specific on what you are trying to do and where you are facing the issue. It would be helpful for everyone if you could give as much detailing as possible.