createNetworkDevice.Rd
Create a network device
createNetworkDevice( model, macAddress, name, serialNumber, tag = NULL, organizationId = Sys.getenv("umbrellaOrganizationId") )
model | The model name of the device. Must be unique to your organization. |
---|---|
macAddress | The MAC address of the device (formatted as 12 characters, no hyphens or colons). Must be unique. |
name | |
serialNumber | The serial number of the device |
tag | A text tag that describes the device or this particular origin assigned to the device. Must be unique to your organization. |
organizationId | Id of the Organization owning the resources |