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
)
Filter based on a device's status.
The maximum number of devices to return in one page of results.
Filter based on device's name. Prefixes supported.
Specify the pagination token from a previous request to retrieve the next page of results.
The target column to be sorted on. Default column sort is CREATED_TIME.
The sorting order for the returned list. SortOrder is DESCENDING by default based on CREATED_TIME. Otherwise, SortOrder is ASCENDING.