get_common_iso_urls
Retrieve ISO download URLs for popular operating systems to create custom OS templates in Ludus cyber range environments.
Instructions
Get common ISO download URLs for popular operating systems.
Returns a reference of ISO download URLs for various operating systems that can be used with create_custom_os_template.
Returns: Dictionary of OS names to ISO download information
Example: # Get common ISO URLs isos = await get_common_iso_urls() # Use one of the URLs result = await create_custom_os_template( name="arch-linux", iso_url=isos["arch_linux"]["url"], description="Arch Linux template" )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||