GET account/domains/{domain}/hostrecords/srv
Returns a list of DNS "SRV" records set on the domain.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| domain |
a domain name |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of "SRV" records
HttpResponseMessage| Name | Description | Type | Additional 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:
{
"Service": "_http",
"Protocol": "_tcp",
"Priority": 10,
"Weight": 1,
"Port": 9213,
"Target": "http.example.com",
"RecordId": 4009
}
