OVH Community, your new community space.

New API Domain Management


Vmlweb
28-06-2013, 18:31
Quote Originally Posted by marks
well, when the zone is created, you can see it in the NS records of the zone:

https://api.ovh.com/console/#/domain...solutions#POST

if you're planning to do so through the API
Ah ok great thanks.

marks
28-06-2013, 18:15
well, when the zone is created, you can see it in the NS records of the zone:

https://api.ovh.com/console/#/domain...solutions#POST

if you're planning to do so through the API

Vmlweb
28-06-2013, 08:31
Quote Originally Posted by marks
do you mean the functions here?

https://api.ovh.com/console/#/domains

I'm not sure what you mean by that. These functions allow you to run the same actions that you have from the manager. The DNS servers for a particular domain depend on the DNS servers where the DNS zone has been created. Those will have to be the one to use.

If you meant something else, please clirify.

For question 2) , I guess you'll have to use Glue records. At the moment, you'll have to do that through the managerv3
And how would I find out which DNS server the zone has been created on?

marks
27-06-2013, 17:24
do you mean the functions here?

https://api.ovh.com/console/#/domains

I'm not sure what you mean by that. These functions allow you to run the same actions that you have from the manager. The DNS servers for a particular domain depend on the DNS servers where the DNS zone has been created. Those will have to be the one to use.

If you meant something else, please clirify.

For question 2) , I guess you'll have to use Glue records. At the moment, you'll have to do that through the managerv3

Vmlweb
27-06-2013, 09:48
I've got a couple of questions regarding the new V6 API domain functions.

1) In order to use the resolution/record management functions for the API what are the dns nameservers for OVH?
Are these still dns11.ovh.net, ns11.ovh.net?

2) And if I wanted to customise these two dns servers would I be able to create a A/CNAME record to forward ns1.mydomain.com and ns2.mydomain.com to the ovh dns servers?

Thanks