DevOpsGuru / Client / describe_organization_overview

describe_organization_overview#

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

Request Syntax

response = client.describe_organization_overview(
    FromTime=datetime(2015, 1, 1),
    ToTime=datetime(2015, 1, 1),
    AccountIds=[
        'string',
    ],
    OrganizationalUnitIds=[
        'string',
    ]
)
Parameters:
  • FromTime (datetime) –

    [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.

  • ToTime (datetime) – 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.

  • AccountIds (list) –

    The ID of the Amazon Web Services account.

    • (string) –

  • OrganizationalUnitIds (list) –

    The ID of the organizational unit.

    • (string) –

Return type:

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

  • DevOpsGuru.Client.exceptions.AccessDeniedException

  • DevOpsGuru.Client.exceptions.InternalServerException

  • DevOpsGuru.Client.exceptions.ThrottlingException

  • DevOpsGuru.Client.exceptions.ValidationException