View source: R/networkmanager_operations.R
networkmanager_get_devices | R Documentation |
Gets information about one or more of your devices in a global network.
See https://www.paws-r-sdk.com/docs/networkmanager_get_devices/ for full documentation.
networkmanager_get_devices(
GlobalNetworkId,
DeviceIds = NULL,
SiteId = NULL,
MaxResults = NULL,
NextToken = NULL
)
GlobalNetworkId |
[required] The ID of the global network. |
DeviceIds |
One or more device IDs. The maximum is 10. |
SiteId |
The ID of the site. |
MaxResults |
The maximum number of results to return. |
NextToken |
The token for the next page of results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.