
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2017 10:35 AM
Hi All,
We are discovering vcenters Infrastructure in ServiceNow Jekartha version.
As per client Requirement
1. we need to exclude Cluster or ESX Server with the name "PCF".
2. We need to exclude the VMWare Instance name start with "insyfhydvp%"
Can we exclude them from discovery?.
Regards,
Vinil.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-23-2017 10:21 PM
Hi Vinil,
One option is to write an onBefore insert business rule that aborts the insertion when the CI meets the criteria that you mention. Keep in mind these business rules will need to be written against the appropriate tables and you will need to add the line current.setAbortAction(true); so that the insert is aborted and the CI does not get created.
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-23-2017 10:21 PM
Hi Vinil,
One option is to write an onBefore insert business rule that aborts the insertion when the CI meets the criteria that you mention. Keep in mind these business rules will need to be written against the appropriate tables and you will need to add the line current.setAbortAction(true); so that the insert is aborted and the CI does not get created.
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2018 11:48 PM
Hi vinilreddy, do you believe you can go to How to exclude Ci from on vCenter Discovery? and mark the response as correct so that we can close this thread?
Thanks,
Berny