Hello,
I have 2 cPanel servers (full version) that are hooked up to DNS cluster consisted of two DNSONLY cPanels.
I need to add, and occasionally modify, some external domains and was planning to use my DNS cluster and API calls to achieve this.
However, any API calls to DNSONLY cPanels are ending with following response:
Obviously, API calls that I'm interested in are from the DNS area (more exactly, I tried /xml-api/listzones).
Are there any limitations or do I have to do anything before I'll be able to use API on DNSONLY servers? I suppose it must be possible because cPanel itself is able to add/remove/update DNS zones.
I have 2 cPanel servers (full version) that are hooked up to DNS cluster consisted of two DNSONLY cPanels.
I need to add, and occasionally modify, some external domains and was planning to use my DNS cluster and API calls to achieve this.
However, any API calls to DNSONLY cPanels are ending with following response:
Code:
<license>
<status>0</status>
<statusmsg>Cannot Read License File</statusmsg>
</license>
Are there any limitations or do I have to do anything before I'll be able to use API on DNSONLY servers? I suppose it must be possible because cPanel itself is able to add/remove/update DNS zones.