analyze_configurables
Audit a CMDB table by counting its business rules, client scripts, flows, ACLs, and script includes, showing active and total counts.
Instructions
Produce a summary of all configurables for a CMDB table.
Counts business rules, client scripts, flows, ACLs, and script includes for the given table in a single overview. Uses the Aggregate API for efficient counting where possible, falling back to limited record fetches.
Use this for a quick audit of what automation and access controls exist on a table before making changes.
Args: table: The CMDB table to analyze (e.g. cmdb_ci_server).
Returns: JSON object with "table" and counts for each configurable type: "business_rules", "client_scripts", "flows", "acls", "script_includes", each with "active_count" and "total_count".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |