GET api/srs/ns/check?domainName={domainName}®istryId={registryId}
Checks a name server's availabiliy from a specific registry
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| domainName | string |
Required |
|
| registryId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SrsRestResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| XmlStatusCode |
The legacy status codes as found in Interface.cs |
integer |
None. |
| Values |
Additional values |
Collection of string |
None. |
| ResponseData |
The response data of a successful SRS call |
Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"XmlStatusCode": 1,
"Values": [
"sample string 1",
"sample string 2"
],
"ResponseData": null
}
application/xml
Sample:
text/xml
Sample: