backup_device_configs
Backup network device configurations to local disk, filtering by device name, hostname, group, or platform for targeted backups.
Instructions
Save device configuration to the local disk.
Args: path: Directory path to save backup files 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: Summary of saved file paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ./backups | |
| filter_name | No | ||
| filter_group | No | ||
| filter_hostname | No | ||
| filter_platform | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||