Skip to content

Describe Workspace Configuration

managedgrafana_describe_workspace_configuration R Documentation

Gets the current configuration string for the given workspace

Description

Gets the current configuration string for the given workspace.

Usage

managedgrafana_describe_workspace_configuration(workspaceId)

Arguments

workspaceId

[required] The ID of the workspace to get configuration information for.

Value

A list with the following syntax:

list(
  configuration = "string",
  grafanaVersion = "string"
)

Request syntax

svc$describe_workspace_configuration(
  workspaceId = "string"
)