cmdb_find_duplicates
Identify duplicate configuration items in ServiceNow by scanning CI records and grouping matches on specified fields such as name, serial number, or IP address.
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) |