Skip to content

Data Object - MachineDetailsView

Java Class

com.omnissa.vdi.vlsi.binding.vdi.resources.Machine.MachineDetailsView

See also

MachineAgentPairingData, MachineData, MachineDesktopData, MachineId, MachineSessionData, ManagedMachineDetailsData, UserOrGroupId

Since

Horizon 7.7

Data Object Description

Details View of Machine.

Queryable Data Object

This data object is queryable using QueryService.

Cannot filter on the following MachineDetailsView attributes:

The following caveats apply: * You can only apply QueryFilterEquals filter on groupId

Query Privileges

Privilege Description
MACHINE_VIEW is required to query MachineDetailsView.

Data Object Properties

Name Type Description
id MachineId The id of the Machine. 2
groupId UserOrGroupId The id of the group. Required for querying the machines assigned to the users of this group. 1
data MachineData Information about the Machine.
desktopData MachineDesktopData Information about the desktop pool of the Machine.
sessionData MachineSessionData Information about the active session on the Machine. This will be unset when there is no active session on this Machine. 1
managedMachineDetailsData ManagedMachineDetailsData Information applicable only to Managed Machines. 1
machineAgentPairingData MachineAgentPairingData Agent pairing data for this Machine. 1
refId xsd:string Reference ID used for this Machine. Since Horizon 8.8 1 2

  1. This property need not be set. 

  2. This property cannot be updated.