managedgrafana_list_versions {paws.management} | R Documentation |
Lists available versions of Grafana
Description
Lists available versions of Grafana. These are available when calling create_workspace
. Optionally, include a workspace to list the versions to which it can be upgraded.
See https://www.paws-r-sdk.com/docs/managedgrafana_list_versions/ for full documentation.
Usage
managedgrafana_list_versions(
maxResults = NULL,
nextToken = NULL,
workspaceId = NULL
)
Arguments
maxResults |
The maximum number of results to include in the response. |
nextToken |
The token to use when requesting the next set of results. You receive
this token from a previous
|
workspaceId |
The ID of the workspace to list the available upgrade versions. If not
included, lists all versions of Grafana that are supported for
|
[Package paws.management version 0.7.0 Index]