Storage Viewer for Virtual Servers Database Views > apt_v_vmw_vm_datastore_usage
  
Version 10.0.01
apt_v_vmw_vm_datastore_usage
The apt_v_vmw_vm_datastore_usage view contains a single row for each VMWare VM guest/datastore relationship.
Table 7.27 apt_v_vmw_vm_datastore_usage
Column Name
Data Type
Description
committed_kb
NUMBER
Storage space, in KiB, on this datastore that is actually being used by the virtual machine
datastore_name
STRING
Datastore name
domain_id
NUMBER
Foreign key to domain details
domain_name
STRING
Domain name
last_updated
DATE
Last modified date
partition_id
NUMBER
Foreign key for partition
partition_name
STRING
Partition name
uncommitted_kb
NUMBER
Additional storage space, in KiB, potentially used by the virtual machine on this datastore; For example, when lazily allocated disks grow, or storage for swap is allocated when powering on the virtual machine. If the virtual machine is running off delta disks (for example because a snapshot was taken), then only the potential growth of the currently used delta-disks is considered.
unshared_kb
NUMBER
Storage space, in kilobytes, occupied by the virtual machine on this datastore that is not shared with any other virtual machine
virtual_system_id
NUMBER
Foreign key for VM Host
virtual_system_name
STRING
VM host name
vmw_datastore_id
NUMBER
Foreign key for VMW Datastore details