domain.dns.custom.create
Example
Try it Out
{ "cuid": "D1", "host": "ns1", "ip_address": "1.2.3.4" }
{ "code": 3000, "message": "Domain \"D1\" was not found." }
Parameters
Name | Type | Default |
---|---|---|
cuid |
cuid[Domain]
|
Required |
host |
string
|
Required |
ip_address |
string
|
Required |
Errors
Code | Name |
---|---|
3000 | DomainNotFound |
317 | InvalidIpAddress |
3001 | DomainRegistrarCommandFailed |