panorama_list_devices: Returns a list of devices

View source: R/panorama_operations.R

panorama_list_devicesR Documentation

Returns a list of devices

Description

Returns a list of devices.

See https://www.paws-r-sdk.com/docs/panorama_list_devices/ for full documentation.

Usage

panorama_list_devices(
  DeviceAggregatedStatusFilter = NULL,
  MaxResults = NULL,
  NameFilter = NULL,
  NextToken = NULL,
  SortBy = NULL,
  SortOrder = NULL
)

Arguments

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.