Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

describe_workspace_configuration

describe_workspace_configuration(**kwargs)

Gets the current configuration string for the given workspace.

See also: AWS API Documentation

Request Syntax

response = client.describe_workspace_configuration(
    workspaceId='string'
)
Parameters
workspaceId (string) --

[REQUIRED]

The ID of the workspace to get configuration information for.

Return type
dict
Returns
Response Syntax
{
    'configuration': 'string'
}

Response Structure

  • (dict) --
    • configuration (string) --

      The configuration string for the workspace that you requested. For more information about the format and configuration options available, see Working in your Grafana workspace.

Exceptions

  • ManagedGrafana.Client.exceptions.ResourceNotFoundException
  • ManagedGrafana.Client.exceptions.ThrottlingException
  • ManagedGrafana.Client.exceptions.AccessDeniedException
  • ManagedGrafana.Client.exceptions.InternalServerException