VPS_getBackupsV1
Retrieve available backup points for a virtual machine to facilitate data recovery. Use this tool to access and manage VPS backups efficiently.
Instructions
Retrieve backups for a specified virtual machine.
Use this endpoint to view available backup points for VPS data recovery.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | Page number | |
virtualMachineId | Yes | Virtual Machine ID |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"description": "Page number",
"type": "integer"
},
"virtualMachineId": {
"description": "Virtual Machine ID",
"type": "integer"
}
},
"required": [
"virtualMachineId"
],
"type": "object"
}