Amazon DevOps Guru

2021/01/07 - Amazon DevOps Guru - 1 updated api methods

Changes  Add resourceHours field in GetAccountHealth API to show total number of resource hours AWS Dev Ops Guru has done work for in the last hour.

DescribeAccountHealth (updated) Link ΒΆ
Changes (response)
{'ResourceHours': 'long'}

Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your AWS account. Use these numbers to gauge the health of operations in your AWS account.

See also: AWS API Documentation

Request Syntax

client.describe_account_health()
rtype

dict

returns

Response Syntax

{
    'OpenReactiveInsights': 123,
    'OpenProactiveInsights': 123,
    'MetricsAnalyzed': 123,
    'ResourceHours': 123
}

Response Structure

  • (dict) --

    • OpenReactiveInsights (integer) --

      An integer that specifies the number of open reactive insights in your AWS account.

    • OpenProactiveInsights (integer) --

      An integer that specifies the number of open proactive insights in your AWS account.

    • MetricsAnalyzed (integer) --

      An integer that specifies the number of metrics that have been analyzed in your AWS account.

    • ResourceHours (integer) --

      The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last hour.