get_current_range_config_for_download
Retrieve and download your current Ludus cyber range configuration in YAML format for backup, modification, or redeployment.
Instructions
Get the current range configuration and prepare it for download.
This tool retrieves your currently deployed range configuration from Ludus and provides it in YAML format for download. Users can then save this configuration file and modify/redeploy it as needed.
Args: user_id: Optional user ID (admin only - for getting other users' configs) filename: Optional filename to save to (defaults to /tmp/current-range-config.yml)
Returns: Current range configuration in YAML format ready for download
Example: # Get your current range config for download result = await get_current_range_config_for_download()
Use Cases: - Backup your current range configuration - Download config to modify and redeploy later - Share your range configuration with team members - Version control your range configurations - Clone your current range to make variations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | ||
| filename | No |