Name | Type | Description |
---|---|---|
history_id | integer | The ID of the configuration version in the history database. |
host_id | uuid | The unique ID of the host in the system. |
host_unique_id | varchar(128) | This field is a combination of the host physical UUID and one of its MAC addresses, and is used to detect hosts already registered in the system. |
host_name | varchar(255) | Name of the host (same as in the edit dialog). |
cluster_id | uuid | The unique ID of the cluster that this host belongs to. |
host_type | smallint |
|
fqn_or_ip | varchar(255) | The host's DNS name or its IP address for Red Hat Enterprise Virtualization Manager to communicate with (as displayed in the edit dialog). |
memory_size_mb | integer | The host's physical memory capacity, expressed in megabytes (MB). |
swap_size_mb | integer | The host swap partition size. |
cpu_model | varchar(255) | The host's CPU model. |
number_of_cores | smallint | Total number of CPU cores in the host. |
host_os | varchar(255) | The host's operating system version. |
pm_ip_address | varchar(255) | Power Management server IP address. |
kernel_version | varchar(255) | The host's kernel version. |
kvm_version | varchar(255) | The host's KVM version. |
vdsm_version | varchar(40) | The host's VDSM version. |
vdsm_port | integer | As displayed in the edit dialog. |
cluster_configuration_version | integer | The cluster configuration version at the time of creation or update. |
create_date | timestamp with time zone | The date this entity was added to the system. |
update_date | timestamp with time zone | The date this entity was changed in the system. |
delete_date | timestamp with time zone | The date this entity was deleted from the system. |