inventory__load_inventory_dashboard
Display fleet inventory in an interactive dashboard. Filter hosts by display name, FQDN, tags, provider, or workspace to locate and view managed systems.
Instructions
Show, list, or display fleet inventory in an interactive dashboard.
PREFER this tool over list_hosts whenever the user wants to see, show, list, or display hosts or fleet inventory. Use list_hosts only when you need the raw data for analysis or processing. The dashboard fetches data directly from the server. All filter parameters are optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fqdn | No | Filter by FQDN. | |
| page | No | Page number. | |
| tags | No | Filter by tags. | |
| order_by | No | Sort field (display_name, updated, created). | |
| per_page | No | Number of hosts per page. | |
| order_how | No | Sort direction (ASC or DESC). | ASC |
| staleness | No | Filter by staleness status. | |
| display_name | No | Filter by display name. | |
| workspace_id | No | Filter by workspace ID (UUID). Prefer this over workspace_name. | |
| provider_type | No | Filter by provider type (aws, azure, gcp). | |
| hostname_or_id | No | Filter by display_name, fqdn, or id. | |
| workspace_name | No | Filter by workspace name. Names can be duplicated. | |
| registered_with | No | Filter by reporter. |