list_network_devices
Retrieve network device inventory by filtering on device name, hostname, group, or platform. Query devices, groups, or all, with optional detailed attributes.
Instructions
List network devices and inventory information.
Consolidated tool that provides flexible access to inventory data including devices, groups, or both. Use 'details=true' for full device attributes.
Args: query_type: Type of inventory data to return ("devices", "groups", "all") details: Whether to return full inventory attributes (for devices query) filter_name: Filter by device name in inventory filter_hostname: Filter by specific hostname or IP filter_group: Filter by group membership filter_platform: Filter by platform (e.g., cisco_ios)
Returns: Dictionary containing inventory data based on query_type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| details | No | ||
| query_type | No | all | |
| filter_name | No | ||
| filter_group | No | ||
| filter_hostname | No | ||
| filter_platform | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||