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'
)
[REQUIRED]
The ID of the workspace to get configuration information for.
{
'configuration': 'string'
}
Response Structure
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