managedgrafana_list_versions: Lists available versions of Grafana

View source: R/managedgrafana_operations.R

managedgrafana_list_versionsR 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 list_versions operation.

workspaceId

The ID of the workspace to list the available upgrade versions. If not included, lists all versions of Grafana that are supported for create_workspace.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.