list_by_region
Filter and retrieve storage gateways available in a specific Vultr cloud region using region codes like ewr, lax, or fra for targeted infrastructure management.
Instructions
List storage gateways in a specific region.
Args: region: Region code to filter by (e.g., "ewr", "lax", "fra")
Returns: List of gateways in the specified region
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| region | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "region": {
      "title": "Region",
      "type": "string"
    }
  },
  "required": [
    "region"
  ],
  "type": "object"
}