| Package | Description |
|---|---|
| net.minidev.ovh.api |
| Modifier and Type | Method and Description |
|---|---|
OvhTask |
ApiOvhVps.serviceName_automatedBackup_detachBackup_POST(String serviceName,
Date restorePoint)
Create a VPS.Task that will umount a restored backup on your VPS
REST: POST /vps/{serviceName}/automatedBackup/detachBackup
|
OvhTask |
ApiOvhVps.serviceName_automatedBackup_restore_POST(String serviceName,
Boolean changePassword,
Date restorePoint,
OvhRestoreTypeEnum type)
Creates a VPS.Task that will restore the given restorePoint
REST: POST /vps/{serviceName}/automatedBackup/restore
|
OvhTask |
ApiOvhVps.serviceName_createSnapshot_POST(String serviceName,
String description)
Create a snapshot of the Virtual Server if the snapshot option is enabled and if there is no existing snapshot
REST: POST /vps/{serviceName}/createSnapshot
|
OvhTask |
ApiOvhVps.serviceName_reboot_POST(String serviceName)
Request a reboot of the machine
REST: POST /vps/{serviceName}/reboot
|
OvhTask |
ApiOvhVps.serviceName_reinstall_POST(String serviceName,
Boolean doNotSendPassword,
String language,
Long[] softwareId,
String[] sshKey,
Long templateId)
Reinstall the virtual server
REST: POST /vps/{serviceName}/reinstall
|
OvhTask |
ApiOvhVps.serviceName_setPassword_POST(String serviceName)
Start the process in order to set the root password of the virtual machine.
|
OvhTask |
ApiOvhVps.serviceName_snapshot_DELETE(String serviceName)
Creates a vps.Task that will delete the Snapshot
REST: DELETE /vps/{serviceName}/snapshot
|
OvhTask |
ApiOvhVps.serviceName_snapshot_revert_POST(String serviceName)
Revert the Virtual Server to this snapshot
REST: POST /vps/{serviceName}/snapshot/revert
|
OvhTask |
ApiOvhVps.serviceName_start_POST(String serviceName)
Request the machine to start
REST: POST /vps/{serviceName}/start
|
OvhTask |
ApiOvhVps.serviceName_stop_POST(String serviceName)
Request the machine to stop
REST: POST /vps/{serviceName}/stop
|
OvhTask |
ApiOvhVps.serviceName_tasks_id_GET(String serviceName,
Long id)
Get this object properties
REST: GET /vps/{serviceName}/tasks/{id}
|
OvhTask |
ApiOvhVps.serviceName_veeam_restoredBackup_DELETE(String serviceName)
Creates a VPS.Task that will unmount the backup
REST: DELETE /vps/{serviceName}/veeam/restoredBackup
|
OvhTask |
ApiOvhVps.serviceName_veeam_restorePoints_id_restore_POST(String serviceName,
Long id,
Boolean changePassword,
OvhExportTypeEnum export,
Boolean full)
Creates a VPS.Task that will restore the given restorePoint
REST: POST /vps/{serviceName}/veeam/restorePoints/{id}/restore
|
Copyright © 2018. All rights reserved.