:doc:`EKS <../../eks>` / Client / describe_insights_refresh

*************************
describe_insights_refresh
*************************



.. py:method:: EKS.Client.describe_insights_refresh(**kwargs)

  

  Returns the status of the latest on-demand cluster insights refresh operation.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeInsightsRefresh>`_  


  **Request Syntax**
  ::

    response = client.describe_insights_refresh(
        clusterName='string'
    )
    
  :type clusterName: string
  :param clusterName: **[REQUIRED]** 

    The name of the cluster associated with the insights refresh operation.

    

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

    
    ::

      {
          'message': 'string',
          'status': 'IN_PROGRESS'|'FAILED'|'COMPLETED',
          'startedAt': datetime(2015, 1, 1),
          'endedAt': datetime(2015, 1, 1)
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **message** *(string) --* 

        The message associated with the insights refresh operation.

        
      

      - **status** *(string) --* 

        The current status of the insights refresh operation.

        
      

      - **startedAt** *(datetime) --* 

        The date and time when the insights refresh operation started.

        
      

      - **endedAt** *(datetime) --* 

        The date and time when the insights refresh operation ended.

        
  
  **Exceptions**
  
  *   :py:class:`EKS.Client.exceptions.ServerException`

  
  *   :py:class:`EKS.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`EKS.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`EKS.Client.exceptions.InvalidParameterException`

  