View source: R/panorama_operations.R
panorama_list_devices | R Documentation |
Returns a list of devices.
See https://www.paws-r-sdk.com/docs/panorama_list_devices/ for full documentation.
panorama_list_devices(
DeviceAggregatedStatusFilter = NULL,
MaxResults = NULL,
NameFilter = NULL,
NextToken = NULL,
SortBy = NULL,
SortOrder = NULL
)
DeviceAggregatedStatusFilter |
Filter based on a device's status. |
MaxResults |
The maximum number of devices to return in one page of results. |
NameFilter |
Filter based on device's name. Prefixes supported. |
NextToken |
Specify the pagination token from a previous request to retrieve the next page of results. |
SortBy |
The target column to be sorted on. Default column sort is CREATED_TIME. |
SortOrder |
The sorting order for the returned list. SortOrder is DESCENDING by default based on CREATED_TIME. Otherwise, SortOrder is ASCENDING. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.