Package org.ovirt.engine.sdk4.services
Interface VmService.RebootResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- VmService
public static interface VmService.RebootResponse extends Response
Sends a reboot request to a virtual machine. For example: [source] ---- POST /ovirt-engine/api/vms/123/reboot ---- The reboot action does not take any action specific parameters; therefore, the request body should contain an empty `action`: [source,xml] --------