dns.record.create requires pre-existing fqdn as of v4.0
-
the functionality 'auto_create_fqdn' has been disabled as of api version 4.0.
to prevent exceptions on creating an already existing FQDN, the
when
instruction can be used. for further details see api release notes. -
dns.record.delete
should settry_del_fqdn
totrue
(preferrably, user can override if he wants to keep the fqdn).