Skip to main content
Glama

hostinger-api-mcp

Official

VPS_getMetricsV1

Retrieve historical performance metrics for a virtual machine, including CPU, memory, disk, network usage, and uptime. Ideal for monitoring VPS resource utilization over a specified timeframe.

Instructions

Retrieve historical metrics for a specified virtual machine.

It includes the following metrics:

  • CPU usage

  • Memory usage

  • Disk usage

  • Network usage

  • Uptime

Use this endpoint to monitor VPS performance and resource utilization over time.

Input Schema

NameRequiredDescriptionDefault
date_fromYesdate_from parameter
date_toYesdate_to parameter
virtualMachineIdYesVirtual Machine ID

Input Schema (JSON Schema)

{ "properties": { "date_from": { "description": "date_from parameter", "type": "string" }, "date_to": { "description": "date_to parameter", "type": "string" }, "virtualMachineId": { "description": "Virtual Machine ID", "type": "integer" } }, "required": [ "virtualMachineId", "date_from", "date_to" ], "type": "object" }

Other Tools from hostinger-api-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hostinger/api-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server