D.3. Tag History and ENUM Views
This section describes the tag history and ENUM views available to the user for querying and generating reports. Latest tag views show only living tags relations and the latest details version.
D.3.1. v3_0_tag_relations_history_view\v3_0_latest_tag_relations_history_view
Tag relations history in the system.
Table D.18. tag_and_ENUM_Views_table_v3_0_tag_relations_history_view\v3_0_latest_tag_relations_history_view"
Name
|
Type
|
Description
|
---|
history_id
|
integer
|
The unique ID of this row in the table.
|
entity_id
|
uuid
|
Unique ID of the entity or tag in the system.
|
entity_type
|
smallint
|
2 - VM
3 - Host
5 - VM pool
18 - Tag
|
parent_id
|
uuid
|
Unique ID of the entity or tag in the system.
|
attach_date
|
timestamp with time zone
|
The date the entity or tag was attached to the entity or tag.
|
detach_date
|
timestamp with time zone
|
The date the entity or tag was detached from the entity or tag.
|