get_identification_rules
Retrieve CMDB identification rules to understand how incoming data matches existing CIs, determining whether to create or update records.
Instructions
Get CMDB Identification and Reconciliation Engine (IRE) identification rules.
Identification rules define how incoming data is matched to existing CIs. Each rule specifies which fields (identifiers) are used to uniquely identify a CI of a given class. When discovery or import finds a CI, these rules determine whether to create a new record or update an existing one.
Args: table: Filter by CI class table name (e.g. cmdb_ci_server). Optional — omit to list rules for all classes. active_only: If True, return only active rules. Defaults to True. limit: Maximum rules to return (1-1000, default 25). offset: Pagination offset.
Returns: JSON object with "count" and "identification_rules" list containing name, applies_to table, identifier fields, priority, and active status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | ||
| active_only | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |