DevOpsGuru / Client / describe_account_health
describe_account_health#
- DevOpsGuru.Client.describe_account_health()#
Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the health of operations in your Amazon Web Services account.
See also: AWS API Documentation
Request Syntax
response = client.describe_account_health()
- Return type:
dict
- Returns:
Response Syntax
{ 'OpenReactiveInsights': 123, 'OpenProactiveInsights': 123, 'MetricsAnalyzed': 123, 'ResourceHours': 123, 'AnalyzedResourceCount': 123 }
Response Structure
(dict) –
OpenReactiveInsights (integer) –
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
OpenProactiveInsights (integer) –
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
MetricsAnalyzed (integer) –
An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.
ResourceHours (integer) –
The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.
AnalyzedResourceCount (integer) –
Number of resources that DevOps Guru is monitoring in your Amazon Web Services account.
Exceptions
DevOpsGuru.Client.exceptions.AccessDeniedException
DevOpsGuru.Client.exceptions.InternalServerException
DevOpsGuru.Client.exceptions.ThrottlingException
DevOpsGuru.Client.exceptions.ValidationException