python-libmaas
python-libmaas copied to clipboard
Create dnsresource?
Hi guys! Is it possible to create DNS resources in MAAS with this library?
The equivalent of, for example, from the MAAS CLI:
maas local dnsresources create fqdn=node.example.org ip_addresses=192.0.2.1
I can't find a method or a test, so I assume they don't exist, but I thought I'd check.
Thanks! :)