Device Table - Extreme Networks Sentriant AG Software User's Manual

Hide thumbs Also See for Sentriant AG:
Table of Contents

Advertisement

Device table

This table contains information about known endpoints.
unique_id
VARCHAR(100) NOT NULL
ip_address_str
VARCHAR(30) NOT NULL
mac_address
VARCHAR(30) DEFAULT NULL
netbiosname
VARCHAR(50) DEFAULT NULL
hostname
VARCHAR(50) DEFAULT NULL
domainname
VARCHAR(50) DEFAULT NULL
username
VARCHAR(50) DEFAULT NULL
os
VARCHAR(100) DEFAULT NULL
os_details
VARCHAR(100)
password
VARCHAR(50) DEFAULT NULL
logged_on_user
VARCHAR(100)
policy_id
VARCHAR(50) DEFAULT NULL
last_run_id
INT4 DEFAULT NULL
prev_run_id
INT4
last_test_dt
INT4 DEFAULT NULL
last_status
VARCHAR(50) DEFAULT NULL
last_status_id
INT4 NOT NULL DEFAULT 0
grace_period
INT4 DEFAULT NULL
grace_period_start
INT4 DEFAULT NULL
last_test_result_id
INT4 DEFAULT NULL
crt_dt
INT4 NOT NULL
last_activity_dt
INT4 NOT NULL
Sentriant AG Software Users Guide, Version 5.3
device
PRIMARY KEY
The IP address (string in dotted quad notation) of
the endpoint.
The MAC address of the endpoint.
The NetBIOS of the endpoint.
The host name of the endpoint.
The domain name of the endpoint.
The user name used during the test.
The operating system of the endpoint (eg,
'Windows', 'Linux')
The specific version of the operating system of the
endpoint.
The password used during the test.
The user logged onto endpoint last time it was
tested.
The identification number of the last policy used.
A foreign key into the test_result table that
references the last test run for this endpoint.
A foreign key into the test_result table that
references the run before the last test run for this
endpoint.
The time of the last test.
A text description of what happened, for example
pass or fail.
An internal code that represents last_status.
The duration of time that the endpoint has
temporary access.
The time the grace period starts. grace_period
added to grace_period_start determines the time
the endpoint will go into quarantine.
The test result ID of the failed test with the most
severe action taken. For example, -1 indicates all
tests passed. If two tests failed, this contains the
ID of the test that had the most severe action
taken. An email sent is a less severe action than a
quarantine immediately.
The date the endpoint was first seen. (create date)
The date the endpoint was last seen.
Database Design (Data Dictionary)
419

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sentriant ag 5.3

Table of Contents