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)
get/v2/{org_id}/network-templates/{id}/

Response

Success

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

No recorded changes to this endpoint across all 1 revision of this API.