createNetworkDevice: Create a network device

Description Usage Arguments

View source: R/UmbrellaManagementAPI.R

Description

Create a network device

Usage

1
2
3
4
5
6
7
8
createNetworkDevice(
  model,
  macAddress,
  name,
  serialNumber,
  tag = NULL,
  organizationId = Sys.getenv("umbrellaOrganizationId")
)

Arguments

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


samterfa/umbrella documentation built on Dec. 31, 2020, 5:04 a.m.