HostCreateRequest

Request Information
TYPE Request
CategoryObjects

Description

Object: HostCreateRequest

Properties

name type required default description
hostname string yes The host to create
addr array <Addr> yes array The Ip addresses attached to the

Sample JSON

{
  "hostname": "ns4.zerg-test-controlpanel-2023-06-09-01.frl",
  "addr": [
    {
      "ipAddress": "213.249.80.251",
      "ip": "v4"
    }
  ]
}