:doc:`DevOpsGuru <../../devops-guru>` / Client / describe_organization_overview

******************************
describe_organization_overview
******************************



.. py:method:: DevOpsGuru.Client.describe_organization_overview(**kwargs)

  

  Returns an overview of your organization's history based on the specified time range. The overview includes the total reactive and proactive insights.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationOverview>`_  


  **Request Syntax**
  ::

    response = client.describe_organization_overview(
        FromTime=datetime(2015, 1, 1),
        ToTime=datetime(2015, 1, 1),
        AccountIds=[
            'string',
        ],
        OrganizationalUnitIds=[
            'string',
        ]
    )
    
  :type FromTime: datetime
  :param FromTime: **[REQUIRED]** 

    The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.

    

  
  :type ToTime: datetime
  :param ToTime: 

    The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.

    

  
  :type AccountIds: list
  :param AccountIds: 

    The ID of the Amazon Web Services account.

    

  
    - *(string) --* 

    

  :type OrganizationalUnitIds: list
  :param OrganizationalUnitIds: 

    The ID of the organizational unit.

    

  
    - *(string) --* 

    

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

    
    ::

      {
          'ReactiveInsights': 123,
          'ProactiveInsights': 123
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ReactiveInsights** *(integer) --* 

        An integer that specifies the number of open reactive insights in your Amazon Web Services account.

        
      

      - **ProactiveInsights** *(integer) --* 

        An integer that specifies the number of open proactive insights in your Amazon Web Services account.

        
  
  **Exceptions**
  
  *   :py:class:`DevOpsGuru.Client.exceptions.AccessDeniedException`

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

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

  
  *   :py:class:`DevOpsGuru.Client.exceptions.ValidationException`

  