api access

External API

  1. Home › 
  2. API Access

Create host

The command creates a slave host on a domain

Fully qualified domain name FQDN

Host name. Examples: ns1, ns2, .etc

List of IP addresses

Indicates whether the request has been completed or queued for processing

HTTP ENDPOINT
POST /v1/hosts/:domain/:host
EXAMPLE REQUEST: POST /v1/hosts/example.com/ns1
{
    "addresses": ["192.168.0.1"]
}
EXAMPLE RESPONSE: HTTP 200 OK
{
    "pending": false
}