D.2.2. v3_0_storage_domain_samples_history_view-v3_0_storage_domain_hourly_history_view\v3_0_storage_domain_daily_history_view
Historical statistics for each storage domain in the system.
Table D.12. v3_0_storage_domain_samples_history_view\v3_0_storage_domain_hourly_history_view-v3_0_storage_domain_daily_history_view
Name
|
Type
|
Description
|
---|
history_id
|
integer
|
The unique ID of this row in the table.
|
history_datetime
|
timestamp with time zone
|
The timestamp of this history row (rounded to minute, hour, day as per the aggregation level).
|
storage_domain_id
|
uuid
|
Unique ID of the storage domain in the system.
|
available_disk_size_gb
|
integer
|
The total available (unused) capacity on the disk, expressed in gigabytes (GB).
|
used_disk_size_gb
|
integer
|
The total used capacity on the disk, expressed in gigabytes (GB).
|
storage_configuration_version
|
integer
|
The storage domain configuration version at the time of sample.
|