VPS_getSnapshotV1
Retrieve current snapshot details for a specific virtual machine using its ID, enabling efficient management and monitoring of VPS snapshots within the Hostinger API ecosystem.
Instructions
Retrieve snapshot for a specified virtual machine.
Use this endpoint to view current VPS snapshot information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
virtualMachineId | Yes | Virtual Machine ID |
Input Schema (JSON Schema)
{
"properties": {
"virtualMachineId": {
"description": "Virtual Machine ID",
"type": "integer"
}
},
"required": [
"virtualMachineId"
],
"type": "object"
}