cmdb_find_stale
Find operational CIs that haven't been updated for a set number of days, enabling proactive maintenance and cleanup of stale CMDB records.
Instructions
Find CIs not updated within a given number of days that are still operational
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max stale CIs to return (default 50) | |
| ci_class | No | CI class table (default cmdb_ci) | |
| days_threshold | No | Number of days since last update to consider stale (default 90) |