Get Device Configuration
get_device_configurationUse a device name to retrieve its current configuration. Obtain precise network device configuration for automation, audits, and troubleshooting.
Instructions
Retrieve the current configuration from a network device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the device to retrieve the configuration from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Response model for get_device_configuration function. This model represents the response from the get_device_configuration function, which returns the current configuration of a network device as a string. |