find_range_by_vm_name
Locate the cyber range containing a specific virtual machine by its name to manage VM placement and range organization in Ludus environments.
Instructions
Find which range contains a specific VM by name.
Args: vm_name: Name of the VM to search for
Returns: Range information containing the VM, or None if not found
Example: # Find which range contains the VM 'DC01' result = await find_range_by_vm_name(vm_name="DC01")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm_name | Yes |