Interface VmGraphicsConsoleService.GetRequest

    • Method Detail

      • current

        VmGraphicsConsoleService.GetRequest current​(Boolean current)
        Specifies if the data returned should correspond to the next execution of the virtual machine, or to the current execution. IMPORTANT: The `address` and `port` attributes will not be populated unless the value is `true`. For example, to get data for the current execution of the virtual machine, including the `address` and `port` attributes, send a request like this: [source] ---- GET /ovit-engine/api/vms/123/graphicsconsoles/456?current=true ---- The default value is `false`.
      • follow

        VmGraphicsConsoleService.GetRequest follow​(String follow)
        Indicates which inner links should be _followed_. The objects referenced by these links will be fetched as part of the current request. See <> for details.