list_nsx_alarms
Retrieve active NSX alarms filtered by exact severity level (LOW, MEDIUM, HIGH, CRITICAL) with feature, description, and entity details. Call once per severity for a complete alarm overview.
Instructions
[READ] Get active NSX alarms at one severity, with feature, description, and entity.
Returns the result envelope; check truncated before calling it complete.
Note: the NSX severity filter is an EXACT match — "MEDIUM" returns only
MEDIUM alarms, not MEDIUM-and-above, so call it once per severity to build a
full picture.
Start a health check at get_nsx_manager_status, then come here, then drill into the entity the alarm names with get_transport_node_status or get_edge_cluster_status.
Args: severity: Exact severity: LOW, MEDIUM, HIGH or CRITICAL (default MEDIUM). target: NSX Manager target from config (default if omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| severity | No | MEDIUM |