Skip to main content
Glama

hostinger-api-mcp

Official

VPS_getScanMetricsV1

Retrieve detailed scan metrics from the Monarx malware scanner for a specified virtual machine. Monitor malware scan results, detected threats, and security status to evaluate protection effectiveness.

Instructions

Retrieve scan metrics for the Monarx malware scanner installed on a specified virtual machine.

The scan metrics provide detailed information about malware scans performed by Monarx, including number of scans, detected threats, and other relevant statistics. This information is useful for monitoring security status of the virtual machine and assessing effectiveness of the malware scanner.

Use this endpoint to monitor VPS security scan results and threat detection.

Input Schema

NameRequiredDescriptionDefault
virtualMachineIdYesVirtual Machine ID

Input Schema (JSON Schema)

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

Implementation Reference

  • TypeScript type definition (schema) for the VPS_getScanMetricsV1 API tool. Defines the input parameter 'virtualMachineId' (number) and generic 'any' response.
    "VPS_getScanMetricsV1": { params: { /** * Virtual Machine ID */ virtualMachineId: number; }; response: any; // Response structure will depend on the API };

Other Tools

Related Tools

Latest Blog Posts

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