- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2025 07:09 AM
Hi all can you please help me, how to set operational status of Cis as non-operational which are not updated via any Discovery source for 90 days
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2025 08:45 AM
You can easily achieve this through CMDB Data Manager policy, you need to create a Retirement Definition and add the Data Manager Policy with the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2025 08:31 AM
Hi @MohammadAmzad ,
Flow Designer Approach (No-Code/Low-Code)
Steps:
Create a New Flow
- Go to Flow Designer > New
- Name: whatever you want
Trigger
- Use Scheduled Trigger
- Run: Daily or Weekly
Add Action: Lookup Records
- Table: cmdb_ci (or specific CI class like cmdb_ci_server)
- Conditions:
- sys_updated_on on or before 90 days ago
- discovery_source is empty (or not in known discovery sources)
Add Action: For Each
- Loop through the records found
Inside Loop: Update Record
- Set operational_status to 2 (Non-Operational)
Save and Activate the Flow.
or you can do scheduled script in the same process.
Please mark this as helpful and correct if this helps.
Thanks,
Yaswanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2025 08:45 AM
thank you @YaswanthKurre , let me try this one, will update you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2025 08:45 AM
You can easily achieve this through CMDB Data Manager policy, you need to create a Retirement Definition and add the Data Manager Policy with the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2025 10:06 AM
Hi @JobyV here are the OOB retirement custom definitions we have but they are active false, can you please let me know which one i need to make active true