Package org.ovirt.engine.sdk4.services
Interface VmService.ScreenshotResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- VmService
public static interface VmService.ScreenshotResponse extends Response
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] --------