cmdb_find_stale
Identify stale configuration items (CIs) by specifying a threshold of days since last update, returning only those still operational.
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) |