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.