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

ID: wckq3bznm6