PUT /api/subnets/980190962-one
{
"subnet": {
"name": "QA2",
"network_type": "IPv4",
"network": "10.35.2.27",
"mask": "255.255.255.0"
}
}
200
{
"network": "10.35.2.27",
"network_type": "IPv4",
"cidr": 24,
"mask": "255.255.255.0",
"priority": null,
"vlanid": 41,
"mtu": 1500,
"gateway": null,
"dns_primary": null,
"dns_secondary": null,
"from": null,
"to": null,
"created_at": "2020-05-20 13:21:43 UTC",
"updated_at": "2020-05-20 13:21:44 UTC",
"ipam": "None",
"boot_mode": "DHCP",
"id": 980190962,
"name": "QA2",
"description": null,
"network_address": "10.35.2.27/24",
"dhcp_id": 980190962,
"dhcp_name": "DHCP Proxy",
"tftp_id": 298486374,
"tftp_name": "TFTP Proxy",
"httpboot_id": null,
"httpboot_name": null,
"externalipam_id": null,
"externalipam_name": null,
"dns_id": 113629430,
"template_id": null,
"template_name": null,
"dhcp": {
"name": "DHCP Proxy",
"id": 980190962,
"url": "https://somewhere.net:8443"
},
"tftp": {
"name": "TFTP Proxy",
"id": 298486374,
"url": "http://somewhere.else"
},
"httpboot": null,
"externalipam": null,
"dns": {
"name": "DNS Proxy",
"id": 113629430,
"url": "http://else.where:45671"
},
"template": null,
"domains": [
{
"id": 22495316,
"name": "mydomain.net"
}
],
"interfaces": [],
"parameters": [],
"locations": [
{
"id": 255093256,
"name": "Location 1",
"title": "Location 1",
"description": null
}
],
"organizations": [
{
"id": 447626438,
"name": "Organization 1",
"title": "Organization 1",
"description": null
}
]
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
id required |
Subnet numeric identifier Validations:
|
|
subnet required |
Validations:
|
|
subnet[name] optional |
Subnet name Validations:
|
|
subnet[description] optional , nil allowed |
Subnet description Validations:
|
|
subnet[network_type] optional , nil allowed |
Type or protocol, IPv4 or IPv6, defaults to IPv4 Validations:
|
|
subnet[network] optional |
Subnet network Validations:
|
|
subnet[cidr] optional , nil allowed |
Network prefix in CIDR notation Validations:
|
|
subnet[mask] optional , nil allowed |
Netmask for this subnet Validations:
|
|
subnet[gateway] optional , nil allowed |
Subnet gateway Validations:
|
|
subnet[dns_primary] optional , nil allowed |
Primary DNS for this subnet Validations:
|
|
subnet[dns_secondary] optional , nil allowed |
Secondary DNS for this subnet Validations:
|
|
subnet[ipam] optional , nil allowed |
IP Address auto suggestion mode for this subnet. Validations:
|
|
subnet[from] optional , nil allowed |
Starting IP Address for IP auto suggestion Validations:
|
|
subnet[to] optional , nil allowed |
Ending IP Address for IP auto suggestion Validations:
|
|
subnet[vlanid] optional , nil allowed |
VLAN ID for this subnet Validations:
|
|
subnet[mtu] optional , nil allowed |
MTU for this subnet Validations:
|
|
subnet[domain_ids] optional , nil allowed |
Domains in which this subnet is part Validations:
|
|
subnet[dhcp_id] optional , nil allowed |
DHCP Proxy ID to use within this subnet Validations:
|
|
subnet[tftp_id] optional , nil allowed |
TFTP Proxy ID to use within this subnet Validations:
|
|
subnet[httpboot_id] optional , nil allowed |
HTTPBoot Proxy ID to use within this subnet Validations:
|
|
subnet[externalipam_id] optional , nil allowed |
External IPAM Proxy ID to use within this subnet Validations:
|
|
subnet[dns_id] optional , nil allowed |
DNS Proxy ID to use within this subnet Validations:
|
|
subnet[template_id] optional , nil allowed |
Template HTTP(S) Proxy ID to use within this subnet Validations:
|
|
subnet[boot_mode] optional , nil allowed |
Default boot mode for interfaces assigned to this subnet. Validations:
|
|
subnet[subnet_parameters_attributes] optional , nil allowed |
Array of parameters (name, value) Validations:
|
|
subnet[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
|
subnet[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|