get_vpc2
Retrieve detailed VPC 2.0 information including IP block configuration using either the VPC description or ID for identification.
Instructions
Get detailed information about a specific VPC 2.0.
Smart identifier resolution: Use VPC 2.0 description or ID.
Args: vpc2_identifier: VPC 2.0 description or ID to retrieve
Returns: Detailed VPC 2.0 information including IP block configuration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
vpc2_identifier | Yes |
Input Schema (JSON Schema)
{
"properties": {
"vpc2_identifier": {
"title": "Vpc2 Identifier",
"type": "string"
}
},
"required": [
"vpc2_identifier"
],
"type": "object"
}