D Database Design (Data Dictionary); Test_Result Table - Novell ZENWORKS NETWORK ACCESS CONTROL 5.0 - 09-22-2008 User Manual

Table of Contents

Advertisement

Database Design (Data Dictionary)
D
This section provides information on the following tables for the Novell ZENworks Network Access
Control database:
Section D.1, "test_result table," on page 443
Section D.2, "Device table," on page 444
Section D.3, "sa_cluster," on page 447
Section D.4, "sa_node," on page 447
Section D.5, "sa_user," on page 447
Section D.6, "cluster_to_user," on page 448
Section D.7, "user_group," on page 448
Section D.8, "user_to_groups," on page 448
Section D.9, "group_to_permission," on page 448
D.1 test_result table
test_result
Table D-1
This table is a history of test results for all endpoints.
test_result_id
INT4 DEFAULT
nextval('test_result_test_result_id_seq')
run_id
INT4 NOT NULL
timestamp
INT4 NOT NULL
device_unique_id
VARCHAR(100) NOT NULL
ip_address_str
VARCHAR(30) NOT NULL
netbios
VARCHAR(50) DEFAULT NULL
hostname
VARCHAR(50) DEFAULT NULL
logged_on_user
VARCHAR(50) DEFAULT NULL
test_name
VARCHAR(50) NOT NULL
test_class
VARCHAR(50) NOT NULL
test_module
VARCHAR(50) NOT NULL
PRIMARY KEY
An ID used for associating test results
to a particular test run.
The time the test was run.
A foreign key into the device table.
The IP address of the endpoint tested.
The NetBIOS of the endpoint tested.
The host name of the endpoint tested.
The user that was logged on to the
endpoint at the time of the test.
A descriptive name of the test.
A reference to the Python script that
executed the test. For example,
CheckHotFix.
A reference to the Python script that
executed the test. For example,
checkHotFix.
Database Design (Data Dictionary)
D
443

Advertisement

Table of Contents
loading

This manual is also suitable for:

Zenworks network access control 5.0

Table of Contents