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, by specifying the VM ID and date range.

Instructions

This endpoint retrieves the historical metrics for a specified virtual machine. It includes the following metrics:

  • CPU usage
  • Memory usage
  • Disk usage
  • Network usage
  • Uptime

Input Schema

NameRequiredDescriptionDefault
date_fromYesthe date-time notation as defined by RFC 3339, section 5.6
date_toYesthe date-time notation as defined by RFC 3339, section 5.6
virtualMachineIdYesVirtual Machine ID

Input Schema (JSON Schema)

{ "properties": { "date_from": { "description": "the date-time notation as defined by RFC 3339, section 5.6", "type": "string" }, "date_to": { "description": "the date-time notation as defined by RFC 3339, section 5.6", "type": "string" }, "virtualMachineId": { "description": "Virtual Machine ID", "type": "integer" } }, "required": [ "virtualMachineId", "date_from", "date_to" ], "type": "object" }

You must be authenticated.

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