ManagedMachineData
Information related to Managed machines.
{
"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"
}
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.
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.
Time at which the machine was created in milliseconds. Measured as epoch time.
The name of the host on which this virtual machine is registered.
This condition determines if this virtual machine should be on hold before customization is started.
Supported Filters : 'Equals'.
Indicates whether the Machine is in maintenance mode.
The virtual machine physical memory in MB.
This condition determines if the virtual machine is missing in vCenter Server.
Supported Filters : 'Equals'.
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.
The virtual machine path.
Supported Filters : 'Equals', 'StartsWith', 'EndsWith' and 'Contains'.Field name to be used in filter : managedMachineData.path.
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.
The ID of the Virtual Center managing this machine.
Supported Filters : 'Equals'.
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.