filter_vngs_by_tag
Filter virtual node groups by tag key and optional value for AWS or Azure Ocean clusters. Get compact summaries or full configurations to analyze or troubleshoot VNG settings.
Instructions
Filter VNGs by tag key (and optionally tag value). Works for AWS and Azure. Returns compact summaries by default. Set verbose=true for full VNG configs.
Args: tag_key: Tag key to filter by (e.g. team, workload-type) tag_value: Optional tag value to match. If empty, matches any value for the key. ocean_id: Optional Ocean cluster ID to filter by account_id: Optional account ID to query. Defaults to SPOTINST_ACCOUNT_ID env var. cloud: Cloud provider: aws or azure (default: aws) verbose: Return full configurations instead of compact summaries (default: false). Use when analyzing VNG settings, troubleshooting, or comparing configs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_key | Yes | ||
| tag_value | No | ||
| ocean_id | No | ||
| account_id | No | ||
| cloud | No | aws | |
| verbose | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |