The Monitor tab in Aria Automation provides a real-time health overview of deployed resources. This functionality relies on a successful integration with Aria Operations.
Data Flow: Aria Automation fetches "worst-case" performance data directly from the Aria Operations analytics engine (formerly vROps).
UI Representation: Health is displayed as color-coded badges, reflecting the high-level resource stress of a specific Virtual Machine or deployment.
VMware Aria Automation 8.x
VCF Operations/Automation
The color codes represent the Health State of a resource based on predefined utilization thresholds mirrored from the monitoring engine.
| Color | Status | Threshold / Description |
| Green | Healthy | All metrics within normal parameters (typically < 70%). |
| Yellow | Warning | One or more metrics have crossed a warning threshold. |
| Red | Critical | One or more metrics exceeded critical thresholds (90%+). |
| Grey | Unknown | VM is powered off, agent is disconnected, or data is collecting. |
Enabling the metrics toggle establishes a persistent link to the Aria Operations analytics database. This allows the Aria Automation UI to render performance sparklines and color-coded badges directly in the portal.
Verify the following configuration:
Enable Integration: Navigate to Infrastructure > Connections > Integrations. Verify the Aria Operations integration is active and the "Enable metrics for resources" toggle is On.
Verify vCenter Mapping: Ensure the vCenter Server managed by Automation is also added as a data source in Aria Operations.
Check API (Optional): Verify the status programmatically via the Deployment API:
Endpoint: GET /deployment/api/resources/{resourceId}
Key Property: properties.healthStatus (Returns HEALTHY, WARNING, or CRITICAL).
Integrating Aria Operations (formerly vRealize Operations) with Aria Automation is what brings that "Monitor" tab to life. Without this bridge, you often just see "No data available" or basic power states.