- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 04:40 AM
Hi Experts,
I have a requirement to create a Business rule to stop api discovery updating the operational status of the mssql instances if the status is non-operational/Retired.
Please provide me guidance on how to achieve this?
Background:
When Rubrik API discovery is running and finding the mssql instance in rubrik, it is updating the operational status from Non-operational to operational. If the server is going to be retired, DB team is marking it as non-operational in CMDB But since the same instance is backed up in rubrik it is updating the status of the instance again back to operational.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 05:04 AM
Hi @Doraemon ,
You can write a simple before update BR in MSFT SQL Instance table as shown below, just replace the 'rubarik_user_id' in the below screen shot with the user id of the Rubarik user account in your instance:
When to Run section :
Actions Section:
I hope this helps.
Regards,
Kamlesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 05:04 AM
Hi @Doraemon ,
You can write a simple before update BR in MSFT SQL Instance table as shown below, just replace the 'rubarik_user_id' in the below screen shot with the user id of the Rubarik user account in your instance:
When to Run section :
Actions Section:
I hope this helps.
Regards,
Kamlesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 05:54 AM
Thanks a lot Kamalesh 🙂 , This helps my requirement. Appreciate your quick response for my question!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 06:06 AM
You are most welcome, I am glad I could help 🙂
Regards,
Kamlesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2022 10:10 PM
Hi, Is there any way to still update the MSFT CI via discovery without touching the operational status using the above business rule you provided?