netmiko.list_device_outputs
Retrieve a list of saved output files for a specific device, group, or all devices. Use this to locate stored command results before reading them.
Instructions
List the output files already saved on disk for a device, group, or all devices.
IMPORTANT: If the user message involves network devices, call netmiko.get_metadata FIRST.
Outputs land here when save_output=True was used or when a command exceeded save_threshold. Read them with netmiko.read_device_output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_or_group | Yes | A device name, a group name, or 'all'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |