explore_network
View the IP hierarchy from spaces to subnets with utilization data. Drill into any level to analyze address allocation across your network.
Instructions
Browse the IP hierarchy tree (Spaces → Blocks → Subnets) with utilization data. USE THIS to navigate and drill into network structure. For executive dashboards use get_network_summary(). For keyword search use search_infrastructure().
Args: scope: Optional IP space name to focus on (e.g., "prod", "corp"). If not set, shows all spaces. depth: Level of detail — "summary" (counts only), "blocks" (include address blocks), or "full" (include subnets) limit: Max items per category (address blocks, subnets) per space. Default 500.
Returns: Hierarchical network view with utilization percentages
Examples: - explore_network() → overview of all IP spaces with counts - explore_network(scope="prod") → detailed view of the prod IP space - explore_network(depth="full") → complete hierarchy with all subnets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | summary | |
| limit | No | ||
| scope | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||