Network Templates

Retrieve, update, or delete a specific network template.

GET: Retrieve a network template by ID (requires CanListSensors)
PUT: Update a network template by ID (requires CanRegisterSensors)
DELETE: Delete a network template by ID (requires CanRegisterSensors)
put/v2/{org_id}/network-templates/{id}/

Request body

idinteger
namestring required

Name of the network template

network_type'wifi' | 'ethernet' required

Type of network: wifi or ethernet

ssidstring nullable

WiFi SSID (required for WiFi networks)

passwordstring nullable

WiFi password (required for WiFi networks)

configuration'manual' | 'dhcp'

Network configuration: manual or dhcp

subnet_maskstring nullable

Subnet mask (required for manual configuration)

gatewaystring nullable

Gateway IP address (required for manual configuration)

dns_serversobject

List of DNS server IP addresses or hostnames

time_serversobject

List of time server IP addresses or hostnames

proxy_serversobject

List of proxy server IP addresses or hostnames

created_atstring date-time
updated_atstring date-time

Response

Updated

idinteger
namestring

Name of the network template

network_type'wifi' | 'ethernet'

Type of network: wifi or ethernet

ssidstring nullable

WiFi SSID (required for WiFi networks)

passwordstring nullable

WiFi password (required for WiFi networks)

configuration'manual' | 'dhcp'

Network configuration: manual or dhcp

subnet_maskstring nullable

Subnet mask (required for manual configuration)

gatewaystring nullable

Gateway IP address (required for manual configuration)

dns_serversobject

List of DNS server IP addresses or hostnames

time_serversobject

List of time server IP addresses or hostnames

proxy_serversobject

List of proxy server IP addresses or hostnames

created_atstring date-time
updated_atstring date-time

Changes