get_inventory
Retrieve network device inventory hosts and their metadata, with optional filtering by attributes like name, role, or site.
Instructions
Get inventory hosts and their metadata, optionally filtered.
Args: filter_criteria: Dictionary of key-value pairs to filter hosts (e.g. {"name": "router1"} or {"role": "core", "site": "tokyo"}). Matches host attributes or data fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter_criteria | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |