list_instance_networks
Retrieve all VPC and VPC 2.0 networks connected to a Vultr instance using its label, hostname, or ID for comprehensive network visibility.
Instructions
List all VPCs and VPC 2.0 networks attached to an instance.
Smart identifier resolution: Use instance label, hostname, or ID.
Args: instance_identifier: Instance label, hostname, or ID
Returns: Combined list of VPCs and VPC 2.0 networks attached to the instance
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| instance_identifier | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "instance_identifier": {
      "title": "Instance Identifier",
      "type": "string"
    }
  },
  "required": [
    "instance_identifier"
  ],
  "type": "object"
}