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',
]
)
[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.
The ID of the Amazon Web Services account.
The ID of the organizational unit.
dict
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