fetch_config
Retrieve network device configurations from RESTCONF-capable devices by providing URL and authentication details.
Instructions
Fetch network device configuration via RESTCONF.
Args:
url: RESTCONF URL, e.g. https://device:8443/restconf/data
username: HTTP basic auth username (optional).
password: HTTP basic auth password (optional).
verify_ssl: Whether to verify SSL certificates (default: False).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| username | No | ||
| password | No | ||
| verify_ssl | No |