Platform Analytics 7 Dataflow

HOST_GROUP table table

The HOST_GROUP table gets its data from hostgrouploader.
The following table describes each column and its source:
Column Name Data Type Nullable (Y/N) Key (PK/FK) Description
CLUSTER_NAME VARCHAR2(128) N PK This is the cluster name.
TIME_STAMP TIMESTAMP(6) N   The record sample time in the local cluster time zone.
TIME_STAMP_GMT NUMBER(13) N PK The record sample time in the GMT time. This is the number of seconds from midnight, 1 January, 1970.
HOST_NAME VARCHAR2(128) N PK This is the host name.
HOST_GROUP_NAME VARCHAR2(128) N PK This is the host group name.
HOST_GROUP_TYPE NUMBER(10) N PK This is the host group type.
INSERT_SEQ NUMBER(15) Y   The order of sequence in which this record is inserted into the table. This field is auto-incremented whenever a new record is inserted into the table.