VPS_getTemplateDetailsV1
Fetch detailed specifications of a virtual machine OS template using its ID to ensure informed decisions before deployment on Hostinger’s infrastructure.
Instructions
Retrieve detailed information about a specific OS template for virtual machines.
Use this endpoint to view specific template specifications before deployment.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
templateId | Yes | Template ID |
Input Schema (JSON Schema)
{
"properties": {
"templateId": {
"description": "Template ID",
"type": "integer"
}
},
"required": [
"templateId"
],
"type": "object"
}