cmdb_find_duplicates
Identify duplicate CIs in ServiceNow by matching specified fields (name, serial number, IP address) and in-memory grouping, helping clean up CMDB data.
Instructions
Find duplicate CIs by matching on specified fields (in-memory grouping)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max CIs to scan (default 100) | |
| ci_class | No | CI class table (default cmdb_ci) | |
| match_fields | No | Fields to match on for duplicate detection (default: name, serial_number, ip_address) |