ManagedGrafana / Client / describe_workspace_configuration
describe_workspace_configuration#
- ManagedGrafana.Client.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