:doc:`ManagedGrafana <../../grafana>` / Client / describe_workspace_configuration

********************************
describe_workspace_configuration
********************************



.. py:method:: ManagedGrafana.Client.describe_workspace_configuration(**kwargs)

  

  Gets the current configuration string for the given workspace.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/DescribeWorkspaceConfiguration>`_  


  **Request Syntax**
  ::

    response = client.describe_workspace_configuration(
        workspaceId='string'
    )
    
  :type workspaceId: string
  :param workspaceId: **[REQUIRED]** 

    The ID of the workspace to get configuration information for.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'configuration': 'string',
          'grafanaVersion': '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 <https://docs.aws.amazon.com/grafana/latest/userguide/AMG-configure-workspace.html>`__.

        
      

      - **grafanaVersion** *(string) --* 

        The supported Grafana version for the workspace.

        
  
  **Exceptions**
  
  *   :py:class:`ManagedGrafana.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ManagedGrafana.Client.exceptions.ThrottlingException`

  
  *   :py:class:`ManagedGrafana.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`ManagedGrafana.Client.exceptions.InternalServerException`

  