opn_download_config
Download a full OPNsense configuration backup as raw XML for archival purposes. Returns config XML, stripping sensitive data by default.
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 | |||