get_device_configuration
Retrieve the current configuration from a network device to verify settings, troubleshoot issues, or audit compliance.
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. |