View source: R/UmbrellaManagementAPI.R
Create a network device
1 2 3 4 5 6 7 8 | 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.