Device Network Settings

This endpoint is used to save the network settings of the specified device. Note that these settings will be published to the device and, once the device receives and saves the settings, the settings in the Alocity system will be updated.

Path Params
string
required

The serial number of the device to update.

Body Params
string

The default gateway that the device will use to connect to the network. (Required when the IP mode is set to false)

string

The IP address the device has on the current network. (Required if IP mode is set to false)

int32
required

Whether or not the device should automatically handle its network connection settings. Values are 0 = Static and 1 = DHCP

string

The netmask that the device will use to connect to the network. (Required when the IP mode is set to false)

string

The DNS server that the device will use to connect to the network. (Required when the IP mode is set to false)

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain