View source: R/panorama_operations.R
panorama_list_application_instances | R Documentation |
Returns a list of application instances.
See https://www.paws-r-sdk.com/docs/panorama_list_application_instances/ for full documentation.
panorama_list_application_instances(
DeviceId = NULL,
MaxResults = NULL,
NextToken = NULL,
StatusFilter = NULL
)
DeviceId |
The application instances' device ID. |
MaxResults |
The maximum number of application instances to return in one page of results. |
NextToken |
Specify the pagination token from a previous request to retrieve the next page of results. |
StatusFilter |
Only include instances with a specific status. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.