list_networks
Discover available networks in the CloudStack MCP Server by filtering based on zone, type, or default status. Manage and query network configurations efficiently.
Instructions
List networks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
isdefault | No | Filter by default networks | |
type | No | Network type (Isolated, Shared, L2) | |
zoneid | No | Zone ID to filter networks |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"isdefault": {
"description": "Filter by default networks",
"type": "boolean"
},
"type": {
"description": "Network type (Isolated, Shared, L2)",
"type": "string"
},
"zoneid": {
"description": "Zone ID to filter networks",
"type": "string"
}
},
"type": "object"
}