Product SiteDocumentation Site

9.2. Configuration History Views

This section describes the configuration views available to the user for querying and generating reports.

delete_date does not appear for living entities

delete_date does not appear in latest views because these views provide the latest configuration of living entities, which, by definition, have not been deleted.

9.2.1. v3_0_datacenter_configuration_view\v3_0_latest_datacenter_configuration_view

Data centers configuration history in the system.
Table 9.8. v3_0_datacenter_configuration_view\v3_0_latest_datacenter_configuration_view
Name Type Description
history_id integer The ID of the configuration version in the history database.
datacenter_id uuid The unique ID of the data center in the system.
datacenter_name varchar(40) Name of the data center, as displayed in the edit dialog.
datacenter_description varchar(4000) Description of the data center, as displayed in the edit dialog.
storage_type smallint
  • 0 -Unknown
  • 1 - NFS
  • 2 - FCP
  • 3 - iSCSI
  • 4 - Local
  • 6 - All
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.