Network Templates

List and create network templates for an organization.

GET: List all network templates for the organization (requires CanListSensors)
POST: Create a new network template (requires CanRegisterSensors)
post/v2/{org_id}/network-templates/

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

Created

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