ManagedMachineData

ManagedMachineData
ManagedMachineData

Information related to Managed machines.

JSON Example
{
    "clone_error_message": "Timeout expired trying to clone a virtual machine.",
    "clone_error_time": 1575285661395,
    "create_time": 1575285661395,
    "host_name": "WD332H5",
    "in_hold_customization": false,
    "in_maintenance_mode": false,
    "memory_mb": 1024,
    "missing_in_vcenter": false,
    "network_labels": [
        {
            "network_label_name": "example-network",
            "nic_name": "network1"
        }
    ],
    "path": "/path/host",
    "storage_accelerator_state": "CURRENT",
    "virtual_center_id": "0103796c-102b-4ed3-953f-3dfe3d23e0fe",
    "virtual_disks": [
        {
            "capacity_mb": 102400,
            "datastore_path": "datastore1",
            "path": "/path/host"
        }
    ],
    "virtual_machine_power_state": "POWERED_ON"
}
string
clone_error_message
Optional

Cloning error message for this machine. This will be set for machine belonging to automated desktop pools when the machine's state is in PROVISIONING_ERROR or ERROR state.

integer As int64 As int64
clone_error_time
Optional

Cloning error time for this machine in milliseconds. Measured as epoch time. This will be set for machine belonging to automated desktop pools when the machine's state is in PROVISIONING_ERROR or ERROR state.

integer As int64 As int64
create_time
Optional

Time at which the machine was created in milliseconds. Measured as epoch time.

string
host_name
Optional

The name of the host on which this virtual machine is registered.

boolean
in_hold_customization
Optional

This condition determines if this virtual machine should be on hold before customization is started.
Supported Filters : 'Equals'.

boolean
in_maintenance_mode
Optional

Indicates whether the Machine is in maintenance mode.

integer As int32 As int32
memory_mb
Optional

The virtual machine physical memory in MB.

boolean
missing_in_vcenter
Optional

This condition determines if the virtual machine is missing in vCenter Server.
Supported Filters : 'Equals'.

network_labels
Optional

The network label(s) associated with this Machine. The network label(s) automatically assigned by Horizon to this Machine. These may differ from the actual labels if manually changed after automatic assignment or if there was an error in assignment. Labels are only assigned if the feature is enabled on this Machine's Desktop Pool.

string
path
Required

The virtual machine path.
Supported Filters : 'Equals', 'StartsWith', 'EndsWith' and 'Contains'.Field name to be used in filter : managedMachineData.path.

string
storage_accelerator_state
Optional

The Horizon Storage Accelerator state. Storage acceleration will be available for managed machines if configured.
Supported Filters : 'Equals'.

  • OFF: The Storage Accelerator is off.
  • CURRENT: The machine cached data is updated.
  • OUT_OF_DATE: The machine cached data is not updated and requires regeneration.
  • ERROR: The Storage Accelerator has encountered an error.
Possible values are : OFF, CURRENT, OUT_OF_DATE, ERROR,
string
virtual_center_id
Required

The ID of the Virtual Center managing this machine.
Supported Filters : 'Equals'.

virtual_disks
Optional

The virtual disks comprising the virtual machine.

string
virtual_machine_power_state
Required

The virtual machine power state.
Supported Filters : 'Equals'.

  • POWERED_OFF: The machine is powered off.
  • POWERED_ON: The machine is powered on.
  • SUSPENDED: The machine is suspended.
Possible values are : POWERED_OFF, POWERED_ON, SUSPENDED,
Property Of