panorama_list_nodes: Returns a list of nodes

View source: R/panorama_operations.R

panorama_list_nodesR Documentation

Returns a list of nodes

Description

Returns a list of nodes.

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

Usage

panorama_list_nodes(
  Category = NULL,
  MaxResults = NULL,
  NextToken = NULL,
  OwnerAccount = NULL,
  PackageName = NULL,
  PackageVersion = NULL,
  PatchVersion = NULL
)

Arguments

Category

Search for nodes by category.

MaxResults

The maximum number of nodes to return in one page of results.

NextToken

Specify the pagination token from a previous request to retrieve the next page of results.

OwnerAccount

Search for nodes by the account ID of the nodes' owner.

PackageName

Search for nodes by name.

PackageVersion

Search for nodes by version.

PatchVersion

Search for nodes by patch version.


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