Describe Organization Health
devopsguru_describe_organization_health | R Documentation |
Returns active insights, predictive insights, and resource hours analyzed in last hour¶
Description¶
Returns active insights, predictive insights, and resource hours analyzed in last hour.
Usage¶
devopsguru_describe_organization_health(AccountIds,
OrganizationalUnitIds)
Arguments¶
AccountIds |
The ID of the Amazon Web Services account. |
OrganizationalUnitIds |
The ID of the organizational unit. |
Value¶
A list with the following syntax:
list(
OpenReactiveInsights = 123,
OpenProactiveInsights = 123,
MetricsAnalyzed = 123,
ResourceHours = 123
)
Request syntax¶
svc$describe_organization_health(
AccountIds = list(
"string"
),
OrganizationalUnitIds = list(
"string"
)
)