get_network_details
Query OpenStack network configuration including subnets, routers, and security groups. Retrieve IP allocation status and router connections for troubleshooting.
Instructions
Provides detailed information for OpenStack networks, subnets, routers, and security groups.
Functions:
Query configuration information for specified network or all networks
Check subnet configuration and IP allocation status per network
Collect router connection status and gateway configuration
Analyze security group rules and port information
Use when user requests network information, subnet details, router configuration, or network troubleshooting.
Args: network_name: Name of network to query or "all" for all networks (default: "all")
Returns: Network detailed information in JSON format with networks, subnets, routers, and security groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network_name | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |