Create ID Pools IPv4 Subnet
POST https://{{composer}}/rest/id-pools/ipv4/subnets
Request Body
{"type"=>"Subnet", "name"=>"IPv4Subnet", "networkId"=>"10.10.1.0", "subnetmask"=>"255.255.255.0", "gateway"=>"10.10.1.1", "domain"=>"example.com", "dnsServers"=>["10.10.10.215"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-API-Version | string | ||
Auth | string | ||
Content-Type | string |