opn_download_config
Downloads the full OPNsense config.xml backup as raw XML with sensitive data redacted by default. Use for complete archival or when a full snapshot is required, while scanning individual sections for targeted analysis.
Instructions
Download OPNsense config.xml backup as raw XML.
Use this ONLY when you need a full XML backup for archival purposes. For analyzing specific config sections, use opn_scan_config to build a cached inventory, then opn_get_config_section to query individual sections.
By default, sensitive data (passwords, keys, secrets) is redacted. Returns: dict with 'config_xml' (str), 'stripped' (bool), 'size_bytes' (int).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_sensitive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||