run_napalm_getter
Pull real-time network device details (interfaces, BGP, config) using NAPALM getters and filter by device name, hostname, group, or platform.
Instructions
Execute one or more NAPALM getters on network devices.
Common available getters:
"facts": Basic device information (vendor, model, uptime).
"interfaces": Interface status, speed, and error statistics.
"interfaces_ip": IP address assignments per interface.
"bgp_neighbors": BGP session states and neighbors.
"config": Retrieve Running/Startup/Candidate configs.
Args: getters: List of NAPALM getter names (e.g., ['facts', 'interfaces', 'arp_table']) getters_options: Optional getter-specific options 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: Structured NAPALM data per host
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| getters | Yes | ||
| filter_name | No | ||
| filter_group | No | ||
| filter_hostname | No | ||
| filter_platform | No | ||
| getters_options | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||