get_bandwidth
Retrieve bandwidth usage statistics for a Vultr cloud instance by providing its ID, label, or hostname to monitor network traffic and data transfer metrics.
Instructions
Get bandwidth usage statistics for an instance.
Args: instance_id: The instance ID, label, or hostname (e.g., "web-server", "db.example.com", or UUID)
Returns: Bandwidth usage information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
instance_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"instance_id": {
"title": "Instance Id",
"type": "string"
}
},
"required": [
"instance_id"
],
"type": "object"
}