get_global_inventory
Aggregate device lists from every UniFi console into a single inventory, tagging each device with its source and reporting per-console errors.
Instructions
Aggregate the full device inventory across every configured network console.
Read-only operation: it calls list_devices on each network-enabled device and merges the results into one list, tagging every entry with its source device name, plus any per-console errors. Use this to see every AP, switch, gateway, and router across all sites in one view; use list_unifi_devices for the console roster itself, or get_global_health / get_global_client_summary for aggregated health and client counts rather than the raw device records.
Returns: Dict with total_devices, the merged devices list (each tagged _source_device), and an errors list when a console fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||