get_vultr_instance_bandwidth
Retrieve bandwidth usage data for a specific Vultr instance using the instance ID with Cloud Manage MCP Server, enabling efficient resource monitoring and management.
Instructions
获取Vultr实例带宽使用情况
Input Schema
Name | Required | Description | Default |
---|---|---|---|
instance_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"instance_id": {
"title": "Instance Id",
"type": "string"
}
},
"required": [
"instance_id"
],
"title": "get_vultr_instance_bandwidthArguments",
"type": "object"
}