get_network_info
Retrieve detailed network configuration and usage recommendations for VPC or VPC 2.0 resources using descriptive names or IDs.
Instructions
Get comprehensive network information for VPC or VPC 2.0.
Smart identifier resolution: Use VPC/VPC 2.0 description or ID.
Args: identifier: VPC/VPC 2.0 description or ID vpc_type: Type to search ("vpc", "vpc2", or "auto" to search both)
Returns: Comprehensive network information with usage recommendations
Input Schema
Name | Required | Description | Default |
---|---|---|---|
identifier | Yes | ||
vpc_type | No | auto |
Input Schema (JSON Schema)
{
"properties": {
"identifier": {
"title": "Identifier",
"type": "string"
},
"vpc_type": {
"default": "auto",
"title": "Vpc Type",
"type": "string"
}
},
"required": [
"identifier"
],
"type": "object"
}