inventory__load_inventory_dashboard
Display fleet inventory in an interactive dashboard with optional filters for hosts, tags, staleness, and provider type.
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. | |
| provider_type | No | Filter by provider type (aws, azure, gcp). | |
| hostname_or_id | No | Filter by display_name, fqdn, or id. | |
| registered_with | No | Filter by reporter. |