Interface VmService.ResetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmService

    public static interface VmService.ResetResponse
    extends Response
    Sends a reset request to a virtual machine. For example: [source] ---- POST /ovirt-engine/api/vms/123/reset ---- The reset action does not take any action specific parameters; therefore, the request body should contain an empty `action`: [source,xml] ---- ----