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. This property can be used for sorting.

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'. This property can be used for sorting.

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'. This property can be used for sorting.

network_labels
Optional

The network label(s) associated with this Machine.
This information will only be populated if a network label is explicitly assigned to this machine.
Otherwise, the machine inherits these properties from the parent virtual machine.

string
path
Optional

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

string
storage_accelerator_state
Optional

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

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

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
Optional

The virtual machine power state.
Supported Filters : 'Equals'. This property can be used for sorting.

  • 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