list_vpc2
Retrieve details of all VPC 2.0 networks in your Vultr account including ID, description, region, IP block, prefix length, and creation date.
Instructions
List all VPC 2.0 networks in your account.
Returns: List of VPC 2.0 objects with details including: - id: VPC 2.0 ID - description: User-defined description - region: Region where VPC 2.0 is located - ip_block: IP block (e.g., "10.0.0.0") - prefix_length: Prefix length (e.g., 24) - date_created: Creation date
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}