Hi,
When I add a new zone from API, DNS records area is empty
See here : Screenshot by Lightshot
When I do the same from web interface, works fine, DNS records are displayed.
Any idea why?
Thanks
L.
Hi,
When I add a new zone from API, DNS records area is empty
See here : Screenshot by Lightshot
When I do the same from web interface, works fine, DNS records are displayed.
Any idea why?
Thanks
L.
What was the API command that you used? Did it include jumpstart?
Here is the commnad I used :
curl -X POST "https://api.cloudflare.com/client/v4/zones" \
-H "X-Auth-Email: [email protected]" \
-H "X-Auth-Key: MY_API_KEY" \
-H "Content-Type: application/json" \
--data '{"name":"my-domain.com","account":{"id":"ACCOUNT_ID"},"jump_start":true,"type":"full"}'
That certainly looks right. jump_start defaults to false, but you set it to true in order to scan DNS records.
Can you try again with some other domain? It really doesn’t matter which domain, as you won’t be following through with the setup process. Just enough to see if it happens a second time.
I did it again and same problem.
see here : Screenshot by Lightshot
I suggest you open a ticket via email and let them know which domain you tried to jumpstart. support AT cloudflare DOT com
and include a link to this thread.
As soon as you get the autoreply, please post the ticket # here so we can escalate.
ok done, I’m waitinf for auto reply.
I come back to you thanks
ticket has just arrived, here it is : #2339544)
Ok, I added the ticket to the escalation queue. Hopefully someone drops in today to check on it.
Ok many thanks
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.