Column Name | Data Type | Description |
domain_id | NUMBER | Foreign key to the apt_v_domain view |
host_id | NUMBER | Foreign key to the apt_v_server view |
last_updated | DATE | Date and time last updated |
logical_serial_nbr | STRING | Logical Serial Number of the LPAR. |
lpar_id | NUMBER | LPAR Id from the collector |
os_version | STRING | OS Version running on the LPAR |
partition_id | NUMBER | System generated identifier for the Partition. Primary key in this view. |
partition_name | STRING | Name of the LPAR. |
partition_type | STRING | Type of the LPAR. This Provides the information about the LPAR whether its VIO Server or Client. |
profile_name | STRING | Profile Name of the LPAR Configuration. |
state | STRING | State of the LPAR. Possible values: Running |
virtual_system_id | NUMBER | Foreign key to the apt_v_vio_virtual_system view |