Package org.ovirt.engine.sdk4.services
Interface VmService.ScreenshotRequest
-
- All Superinterfaces:
Request<VmService.ScreenshotRequest,VmService.ScreenshotResponse>
- Enclosing interface:
- VmService
public static interface VmService.ScreenshotRequest extends Request<VmService.ScreenshotRequest,VmService.ScreenshotResponse>
Captures screenshot of the current state of the VM. For example: [source] ---- POST /ovirt-engine/api/vms/123/screenshot ---- The screenshot action does not take any action specific parameters; therefore, the request body should contain an empty `action`: [source,xml] --------