harvester_subnet_list
List KubeOVN subnets in a Harvester cluster to inspect VM network CIDRs and associated providers. Supports pagination and json/table output.
Instructions
List KubeOVN Subnets (requires kubeovn-operator addon). Subnets define VM network CIDRs and are linked to Networks via provider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items (default: 100) | |
| format | No | Output format: json, table (default: json) | |
| cluster | Yes | Harvester cluster ID | |
| continue | No | Pagination token from previous response (for next page) |