caddy_config_get
Fetch Caddy configuration at any JSON path. Return the full config or a targeted subtree to inspect specific server settings.
Instructions
Read Caddy config at any JSON path. Returns the full config when path is empty, or a subtree at a specific path (e.g., 'apps/http/servers/srv0/routes').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Config path (e.g., 'apps/http/servers/srv0') |