Skip to main content

DashboardStatistics

Statistics and metrics including bundle usage, deployment history, and active alarms.

type DashboardStatistics {
bundleStatistics: [BundleStatistic]
environmentStatistics: [EnvironmentStatistic]
deploymentStatistics: [DeploymentStatistic]
recentAlarms: [RecentAlarm]
recentInfrastructureDeployments: [RecentDeployment]
recentApplicationDeployments: [RecentDeployment]
}

Fields

DashboardStatistics.bundleStatistics ● [BundleStatistic] list object

Returns usage and cost metrics for each infrastructure module (bundle) across your organization. For each bundle, it provides total number of environments using the bundle, total number of package instances deployed, and total accumulated costs since inception.

DashboardStatistics.environmentStatistics ● [EnvironmentStatistic] list object

Shows cost trends for each environment by comparing two 30-day periods. The current period (last 30 days) is compared to the previous period (days 31-60) to calculate cost changes. A positive growth rate indicates rising costs, while a negative rate shows cost reduction.

DashboardStatistics.deploymentStatistics ● [DeploymentStatistic] list object

Provides deployment reliability metrics per infrastructure module over the last 30 days.

DashboardStatistics.recentAlarms ● [RecentAlarm] list object

Displays the 10 most recent infrastructure alarm status changes, ordered by when they occurred. This gives immediate visibility into potential issues across your infrastructure.

DashboardStatistics.recentInfrastructureDeployments ● [RecentDeployment] list object

Shows the 10 most recent infrastructure changes, ordered by when the deployment was created. This panel provides visibility into the latest infrastructure modifications across your environments.

DashboardStatistics.recentApplicationDeployments ● [RecentDeployment] list object

Shows the 10 most recent application changes, ordered by when the deployment was created. This panel provides visibility into the latest application modifications across your environments.

Member Of

Organization object