POST account/domains/{domain}/hostrecords/aaaa
Creates an "AAAA" record on the domain.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| domain |
a domain name |
string |
Required |
Body Parameters
The record.
AAAARecord| Name | Description | Type | Additional information |
|---|---|---|---|
| Subdomain | string |
None. |
|
| IPV6Address | string |
None. |
|
| RecordId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Subdomain": "www",
"IPV6Address": "2001:500:88:200::10",
"RecordId": 1111
}
application/x-www-form-urlencoded
Sample:
Subdomain=www&IPV6Address=2001%3a500%3a88%3a200%3a%3a10&RecordId=1111
Response Information
Resource Description
HTTP 201 upon success or an appropriate HTTP error code.
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:
{
"Subdomain": "www",
"IPV6Address": "2001:500:88:200::10",
"RecordId": 1111
}
