GET account/domains/{domain}/nameservers/{nameServer}

Verifies that an existing nameserver is set on the domain.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
domain

The domain.

string

Required

nameServer

The name server.

string

Required

Body Parameters

None.

Response Information

Resource Description

This will echo the nameserver if found.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.

Response Formats

application/json, text/json

Sample:
"ns1.namebrightdns.com"