fetch_ds_records_for_domains on DNSOnly gives Permission Denied
When using the fetch_ds_records_for_domains API call on a server running DNSOnly, we always get a Permission Denied error:
[root@ns1 ~]# whmapi1 --output=jsonpretty fetch_ds_records_for_domains domain='example.com'
{
"status" : 0,
"statusmsg" : "Permission Denied: fetch_ds_records_for_domains"
}
We're only seeing this issue on DNSOnly servers.
-
Hey there! DNSOnly servers don't really have a concept of domains as they just hold the DNS records, so I'm not surprised this isn't working.
1
Please sign in to leave a comment.
Comments
1 comment