View source: R/networkmanager_operations.R
networkmanager_associate_link | R Documentation |
Associates a link to a device. A device can be associated to multiple links and a link can be associated to multiple devices. The device and link must be in the same global network and the same site.
See https://www.paws-r-sdk.com/docs/networkmanager_associate_link/ for full documentation.
networkmanager_associate_link(GlobalNetworkId, DeviceId, LinkId)
GlobalNetworkId |
[required] The ID of the global network. |
DeviceId |
[required] The ID of the device. |
LinkId |
[required] The ID of the link. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.