Ludus 2 is in BETA. This API is subject to change until Ludus 2 is released.
curl --location --request GET 'https://mock.apidog.com/m1/1126461-0-default/range/config/example'{
"result": "network:\n inter_vlan_default: REJECT\n rules:\n - name: Only allow windows to kali on 443\n vlan_src: 10\n vlan_dst: 99\n protocol: tcp\n ports: 443\n action: ACCEPT\n - name: Allow kali to all windows\n vlan_src: 99\n vlan_dst: 10\n protocol: all\n ports: all\n action: ACCEPT\n\nludus:\n - vm_name: \"{{ range_id }}-ad-dc-win2019-server-x64\"\n hostname: \"{{ range_id }}-DC01-2019\"\n template: win2019-server-x64-template\n vlan: 10\n ip_last_octet: 11\n ram_gb: 8\n cpus: 4\n windows:\n sysprep: false\n domain:\n fqdn: ludus.domain\n role: primary-dc\n...\n"
}